From f6e35428ba823c231ce0fcddba2faee741ee7655 Mon Sep 17 00:00:00 2001 From: w1kman Date: Thu, 18 Nov 2021 13:16:56 +0100 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",