diff --git a/CHANGELOG.md b/CHANGELOG.md index b10880b..7d098b9 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.7.1](https://github.com/ssube/salty-dog/compare/v0.7.0...v0.7.1) (2019-11-01) + + +### Bug Fixes + +* **build:** publish npm packages to npmjs.org ([b9819b8](https://github.com/ssube/salty-dog/commit/b9819b8)) +* **docs:** update readme tags ([e7d1f9f](https://github.com/ssube/salty-dog/commit/e7d1f9f)) +* **rule:** log and apply mutation when rule has > 0 diffs ([63b6e48](https://github.com/ssube/salty-dog/commit/63b6e48)) + ## [0.7.0](https://github.com/ssube/salty-dog/compare/v0.6.1...v0.7.0) (2019-11-01) diff --git a/package.json b/package.json index 3d62e55..a34bb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salty-dog", - "version": "0.7.0", + "version": "0.7.1", "description": "Rule-based JSON/YAML validator using JSON schemas", "keywords": [ "cli",