chore(release): 0.4.1
This commit is contained in:
parent
7fce611f08
commit
d86a6cc123
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue