From 84a9b4bb12114a391d464fbcde7ee95fecf57e53 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Wed, 11 Nov 2020 17:15:45 -0800 Subject: [PATCH] chore(release): publish v0.6.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/hooks/CHANGELOG.md | 11 +++++++++++ packages/hooks/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f95a8..93f886a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/feathersjs/hooks/compare/v0.5.0...v0.6.0) (2020-11-12) + + +### Features + +* **hooks:** Revert refactoring into separate hooks (PR [#37](https://github.com/feathersjs/hooks/issues/37)) ([#57](https://github.com/feathersjs/hooks/issues/57)) ([56a44be](https://github.com/feathersjs/hooks/commit/56a44beb3388873f7bef12ac640f115beffceb95)) + + + + + # [0.5.0](https://github.com/feathersjs/hooks/compare/v0.5.0-alpha.0...v0.5.0) (2020-06-01) diff --git a/lerna.json b/lerna.json index 10ec009..f3a3c1e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.5.0", + "version": "0.6.0", "command": { "bootstrap": { "hoist": true diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index ea9f1d2..4c2483a 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/feathersjs/hooks/compare/v0.5.0...v0.6.0) (2020-11-12) + + +### Features + +* **hooks:** Revert refactoring into separate hooks (PR [#37](https://github.com/feathersjs/hooks/issues/37)) ([#57](https://github.com/feathersjs/hooks/issues/57)) ([56a44be](https://github.com/feathersjs/hooks/commit/56a44beb3388873f7bef12ac640f115beffceb95)) + + + + + # [0.5.0](https://github.com/feathersjs/hooks/compare/v0.5.0-alpha.0...v0.5.0) (2020-06-01) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 5b1fcda..def2f03 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/hooks", - "version": "0.5.0", + "version": "0.6.0", "description": "Async middleware for JavaScript and TypeScript", "homepage": "https://feathersjs.com", "keywords": [