From d7f380a9db6fc4e1b287e97e2670f34cd71d3a98 Mon Sep 17 00:00:00 2001 From: daffl Date: Fri, 19 Nov 2021 14:56:37 -0800 Subject: [PATCH] chore(release): publish v0.7.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6415f..ef47ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/feathersjs/hooks/compare/v0.6.5...v0.7.0) (2021-11-19) + + +### Features + +* Add support for regular before, after and error hooks ([#92](https://github.com/feathersjs/hooks/issues/92)) ([8e4328f](https://github.com/feathersjs/hooks/commit/8e4328f0b6963305e81d64ce0a06dbfab56e594a)) +* Move development and publishing to Deno ([#93](https://github.com/feathersjs/hooks/issues/93)) ([c2a1b0b](https://github.com/feathersjs/hooks/commit/c2a1b0b03a4ba320df90d054c0b2fedbc382d6fe)) + + + + + ## [0.6.5](https://github.com/feathersjs/hooks/compare/v0.6.4...v0.6.5) (2021-04-20) diff --git a/lerna.json b/lerna.json index 59a849e..7b5bdc5 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.6.5", + "version": "0.7.0", "command": { "bootstrap": { "hoist": true