diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8693f5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-01-05) + + +### Features + +* Finalize functionality for initial release of @feathersjs/hooks package ([#1](https://github.com/feathersjs/hooks/issues/1)) ([edab7a1](https://github.com/feathersjs/hooks/commit/edab7a1d24b2f25f59af01aad1275ea74dee3879)) diff --git a/lerna.json b/lerna.json index d7ddabc..d451117 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.0", + "version": "0.1.0", "command": { "bootstrap": { "hoist": true diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md new file mode 100644 index 0000000..dc9aaa6 --- /dev/null +++ b/packages/hooks/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-01-05) + + +### Features + +* Finalize functionality for initial release of @feathersjs/hooks package ([#1](https://github.com/feathersjs/feathers/issues/1)) ([edab7a1](https://github.com/feathersjs/feathers/commit/edab7a1d24b2f25f59af01aad1275ea74dee3879)) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 974ac92..8ba9417 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/hooks", - "version": "0.0.0", + "version": "0.1.0", "description": "Async middleware for JavaScript and TypeScript", "homepage": "https://feathersjs.com", "keywords": [