diff --git a/CHANGELOG.md b/CHANGELOG.md index f46601c..3acd497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.0.17](https://github.com/commonality/archetypes-rules/compare/v1.0.16...v1.0.17) (2019-05-19) + ## [1.0.16](https://github.com/commonality/archetypes-rules/compare/v1.0.15...v1.0.16) (2019-05-18) ## [1.0.15](https://github.com/commonality/archetypes-rules/compare/v1.0.14...v1.0.15) (2019-05-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e7b75f2..9e2d453 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.0.16", + "version": "1.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22eacad..8b8d988 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "archetypes-rules", "description": "Move conditional logic out of source code and database triggers and into a reusable package, where explicit rules can be independently defined and managed.", - "version": "1.0.16", + "version": "1.0.17", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",