Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robingustafsson committed Mar 26, 2019
1 parent 1e4abfd commit cabbc36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2019-03-26
## [0.1.0] - 2019-03-26
### Added
- Support for prerequest scripts.
- Support for test scripts.
Expand All @@ -18,7 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for global variables exposed by Postman: globals environment data iteration.
- Support for xml2Json conversion.
- Support for file formats v2 and v2.1.

### Updated
- Installation and usage instructions to recommend [nvm](/~https://github.com/creationix/nvm) to avoid filesystem permission issues when installing the tool globally with `npm install -g ...`

[Unreleased]: /~https://github.com/loadimpact/postman-to-k6/compare/v0.0.4...HEAD
[0.0.4]: /~https://github.com/loadimpact/postman-to-k6/releases/tag/v0.0.4
[Unreleased]: /~https://github.com/loadimpact/postman-to-k6/compare/v0.1.0...HEAD
[0.1.0]: /~https://github.com/loadimpact/postman-to-k6/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postman-to-k6",
"description": "Convert a Postman collection to k6 JavaScript",
"version": "0.0.3",
"version": "0.1.0",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit cabbc36

Please sign in to comment.