diff --git a/CHANGELOG.md b/CHANGELOG.md index ce53a24..592e141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.2.2](https://github.com/commonality/archetypes-rules/compare/v1.2.1...v1.2.2) (2020-02-07) + ## [1.2.1](https://github.com/commonality/archetypes-rules/compare/v1.2.0...v1.2.1) (2020-02-06) # [1.2.0](https://github.com/commonality/archetypes-rules/compare/v1.1.3...v1.2.0) (2019-06-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f1748b5..c1f10c8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d21dcaf..5be153f 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.2.1", + "version": "1.2.2", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",