Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdvinasDaugirdas committed Dec 1, 2021
1 parent 8ad315a commit d715509
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2021-12-01

### Changed

- Bump formData to v0.0.2 and use simplified short syntax for text fields
- Remove usage of VError package in thrown validation errors

## [0.10.1] - 2021-11-17

### Fixed
Expand Down Expand Up @@ -145,7 +152,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.10.0...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.11.0...HEAD
[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
[0.9.1]: https://github.com/loadimpact/har-to-k6/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/loadimpact/har-to-k6/compare/v0.8.0...v0.9.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.10.1",
"version": "0.11.0",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit d715509

Please sign in to comment.