From d715509e78081627103048abb2a81287ee45d7c6 Mon Sep 17 00:00:00 2001 From: EdvinasDaugirdas Date: Wed, 1 Dec 2021 12:45:34 +0200 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794bc35f..23665d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 9096f463..fa85adc5 100644 --- a/package.json +++ b/package.json @@ -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",