chore(release): 0.6.1
This commit is contained in:
parent
23b791f9ce
commit
06c72c93f0
|
@ -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.6.1](https://github.com/ssube/salty-dog/compare/v0.6.0...v0.6.1) (2019-07-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use global yargs to fix bundle ([23b791f](https://github.com/ssube/salty-dog/commit/23b791f))
|
||||
|
||||
|
||||
|
||||
## [0.6.0](https://github.com/ssube/salty-dog/compare/v0.5.0...v0.6.0) (2019-07-04)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "salty-dog",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Rule-based JSON/YAML validator using JSON schemas",
|
||||
"keywords": [
|
||||
"cli",
|
||||
|
|
Loading…
Reference in New Issue