Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdvinasDaugirdas committed Feb 1, 2022
1 parent 6889963 commit c2b9697
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 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.13.0] - 2022-02-01

### Changed
- Decode postData params when mimeType is application/x-www-form-urlencoded
- Remove BOM character before parsing a har file

## [0.12.0] - 2021-12-06

### Added
Expand Down Expand Up @@ -157,7 +163,9 @@ 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.11.0...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/loadimpact/har-to-k6/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/loadimpact/har-to-k6/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/loadimpact/har-to-k6/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/loadimpact/har-to-k6/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/loadimpact/har-to-k6/compare/v0.9.1...v0.10.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.12.0",
"version": "0.13.0",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit c2b9697

Please sign in to comment.