Skip to content

Commit 7550f37

Browse files
Update package version
1 parent 727bb5a commit 7550f37

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### 1.0.3
2+
3+
- Addition of uniqueFileName (for parallel runs)
4+
- Removal of base64 dependency
5+
6+
---
7+
8+
### 1.0.2
9+
10+
- Fix feature parsing when background isn't present
11+
12+
---
13+
14+
### 1.0.1
15+
16+
- Remove unnecessary files from npm package
17+
18+
---
19+
20+
### 1.0.0
21+
22+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs-cucumber-json-reporter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CodeceptJS plugin to generate a cucumberjs json output",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)