diff --git a/CHANGELOG.md b/CHANGELOG.md index 669fcea..d34e571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.0.1](https://github.com/commonality/archetypes-rules/compare/v1.0.0...v1.0.1) (2019-05-02) + # 1.0.0 (2019-04-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eb4160b..575cb07 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca0d261..e6db88e 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.0", + "version": "1.0.1", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",