We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b5655 commit 153be43Copy full SHA for 153be43
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.1.3] - 2019-08-05
10
+
11
+### Changed
12
+Start using scheme for jslib module imports.
13
14
## [0.1.2] - 2019-07-10
15
16
### Fixed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "har-to-k6",
3
"description": "Convert LI-HAR to k6 script",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"license": "Apache-2.0",
"keywords": [
"k6",
0 commit comments