Skip to content

Commit

Permalink
[chore] bump version, update changelog and bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
legander committed Jun 5, 2020
1 parent e6ea4ca commit c8ced29
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2020-06-05

### Fixed
- Empty name queryString item throws validation error.
- Make cookie validation less strict.

## [0.3.1] - 2020-05-28

### Fixed
Expand Down Expand Up @@ -63,7 +69,8 @@ Broken positional arg in caporal resulting in broken `har-to-k6` command.
### Added
- Initial release

[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.2
[0.3.1]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.1
[0.3.0]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/loadimpact/har-to-k6/compare/v0.1.5...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "har-to-k6",
"description": "Convert LI-HAR to k6 script",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down
Loading

0 comments on commit c8ced29

Please sign in to comment.