Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w1kman authored and w1kman committed Nov 18, 2021
1 parent a8c3510 commit f6e3542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0",
"version": "0.10.1",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit f6e3542

Please sign in to comment.