Skip to content

Commit

Permalink
Update testrail-api dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
rundef committed Mar 28, 2017
1 parent 4f4dda4 commit f6e83af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [3.0.0](https://github.com/SSENSE/node-cucumber-testrail-sync/tree/3.0.0) (2017-01-?)
## [3.0.0](https://github.com/SSENSE/node-cucumber-testrail-sync/tree/3.0.0) (2017-01-18)

- Replace word accents (replace ” by ") when importing from TestRail

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssense/cucumber-testrail-sync",
"version": "3.0.2",
"version": "3.0.3",
"description": "Synchronize test cases from TestRail & pushes Cucumber results",
"bin": {
"cucumber-testrail-sync": "./dist/bin/sync-test-cases.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"string": "^3.3.1",
"testrail-api": "^1.0.5",
"testrail-api": "^1.0.6",
"uniquefilename": "^1.1.1",
"walkdir": "0.0.11"
},
Expand Down

0 comments on commit f6e83af

Please sign in to comment.