From ba99235963980ff0c1bb0771b8654ab9b090c155 Mon Sep 17 00:00:00 2001 From: daffl Date: Wed, 27 Apr 2022 15:44:48 -0700 Subject: [PATCH] chore(release): publish v0.7.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e174610..0be31f2 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.7.4](https://github.com/feathersjs/hooks/compare/v0.7.3...v0.7.4) (2022-04-27) + + +### Bug Fixes + +* **hooks:** Allow hooks on functions that have properties ([#102](https://github.com/feathersjs/hooks/issues/102)) ([eee7880](https://github.com/feathersjs/hooks/commit/eee7880918769c7dbcd2b48853fea0148dc23951)) + + + + + ## [0.7.3](https://github.com/feathersjs/hooks/compare/v0.7.2...v0.7.3) (2022-02-05) diff --git a/lerna.json b/lerna.json index fc64b96..26d5da9 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.7.3", + "version": "0.7.4", "granularPathspec": false, "forcePublish": true, "command": {