From 397cef246ec5fbf10d4858466d3346e0a7ba1f65 Mon Sep 17 00:00:00 2001 From: Simon Legander Date: Thu, 28 May 2020 10:15:10 +0200 Subject: [PATCH] [chore] Update changelog, bump version. --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487abddf..83da796c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2020-05-28 + +### Fixed +- Variables not being resolved in correct order + ## [0.3.0] - 2020-04-03 ### Added @@ -58,7 +63,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.0...HEAD +[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.3.1...HEAD +[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 [0.1.5]: https://github.com/loadimpact/har-to-k6/compare/v0.1.4...v0.1.5 diff --git a/package.json b/package.json index de57821a..7264fe89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "har-to-k6", "description": "Convert LI-HAR to k6 script", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "keywords": [ "k6",