diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7a4b45..794bc35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2021-11-17 + +### Fixed + +- Less inclusive variable recognition RegExp (whitespace characters except space are now ignored) + ## [0.10.0] - 2021-07-13 ### Added diff --git a/package.json b/package.json index 47cf298e..9096f463 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.0", + "version": "0.10.1", "license": "Apache-2.0", "keywords": [ "k6",