diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..669fcea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +# 1.0.0 (2019-04-30) + + +### Bug Fixes + +* **dependency:** update audit failures ([5957d53](https://github.com/commonality/archetypes-rules/commit/5957d53)) + + +### Features + +* **inspection:** add type-inspector ([a53cb7d](https://github.com/commonality/archetypes-rules/commit/a53cb7d)) +* **rules:** initial import ([77ee7bc](https://github.com/commonality/archetypes-rules/commit/77ee7bc)) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 66c7a98..68e9705 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "archetypes-rules", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0501f1c..e75eb94 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": "0.0.0", + "version": "1.0.0", "author": { "name": "Greg Swindle", "email": "greg@swindle.net",