diff --git a/CHANGELOG.md b/CHANGELOG.md index aa15577..6ab5464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/commonality/archetypes-rules/compare/v1.1.0...v1.1.1) (2019-05-21) + + +### Bug Fixes + +* **dist:** import module error ([c22a8ef](https://github.com/commonality/archetypes-rules/commit/c22a8ef)), closes [#38](https://github.com/commonality/archetypes-rules/issues/38) [#38](https://github.com/commonality/archetypes-rules/issues/38) [#38](https://github.com/commonality/archetypes-rules/issues/38) [#35](https://github.com/commonality/archetypes-rules/issues/35) [#36](https://github.com/commonality/archetypes-rules/issues/36) [#37](https://github.com/commonality/archetypes-rules/issues/37) [#39](https://github.com/commonality/archetypes-rules/issues/39) + # [1.1.0](https://github.com/commonality/archetypes-rules/compare/v1.0.20...v1.1.0) (2019-05-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9acca39..a7a2fca 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a88054..81e56b3 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.1.0", + "version": "1.1.1", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",