diff --git a/CHANGELOG.md b/CHANGELOG.md index f483161..9c7b557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.1](https://github.com/ssube/salty-dog/compare/v0.4.0...v0.4.1) (2019-06-29) + + +### Build System + +* include license, set binary, fix deps ([7fce611](https://github.com/ssube/salty-dog/commit/7fce611)) + + + ## [0.4.0](https://github.com/ssube/salty-dog/compare/v0.3.0...v0.4.0) (2019-06-29) diff --git a/package.json b/package.json index 3acb079..d71cd15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salty-dog", - "version": "0.4.0", + "version": "0.4.1", "description": "YAML linter, transformer, and validator", "main": "out/bundle.js", "bin": { @@ -22,13 +22,14 @@ "@types/js-yaml": "^3.12.1", "@types/lodash": "^4.14.134", "@types/mocha": "^5.2.7", + "@types/sinon": "^7.0.13", "@types/yargs": "^13.0.0", "ajv": "^6.10.0", "bunyan": "^1.8.12", "chai": "^4.2.0", "deep-diff": "^1.0.2", - "jsonpath-plus": "^0.20.1", "js-yaml": "^3.13.1", + "jsonpath-plus": "^0.20.1", "lodash": "^4.17.11", "mocha": "^6.1.4", "noicejs": "^2.5.2",