From f9e6e43c48b36f67794dc3e5ffb4831d107c3ce9 Mon Sep 17 00:00:00 2001 From: daffl Date: Sat, 24 Feb 2024 19:19:22 -0800 Subject: [PATCH] chore(release): publish v0.9.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- package-lock.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426292c..54d195f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.9.0](https://github.com/feathersjs/hooks/compare/v0.8.1...v0.9.0) (2024-02-25) + + +### Bug Fixes + +* Use Symbol.for to register a single instance of all hooks ([#110](https://github.com/feathersjs/hooks/issues/110)) ([92a342e](https://github.com/feathersjs/hooks/commit/92a342e47253c162536f85342ddb1d90154b74ef)) + + +### Features + +* Move to TypeScript 5 non-experimental decorators ([#109](https://github.com/feathersjs/hooks/issues/109)) ([05bde46](https://github.com/feathersjs/hooks/commit/05bde4606635b8c43f11778867e7a3bc11f3c6a2)) + + + + + ## [0.8.1](https://github.com/feathersjs/hooks/compare/v0.8.0...v0.8.1) (2023-02-10) diff --git a/lerna.json b/lerna.json index 6689879..cc0764f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.8.1", + "version": "0.9.0", "granularPathspec": false, "forcePublish": true, "command": { diff --git a/package-lock.json b/package-lock.json index 7fddf8e..aad461d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8996,7 +8996,7 @@ }, "packages/hooks": { "name": "@feathersjs/hooks", - "version": "0.0.0", + "version": "0.9.0", "license": "MIT", "engines": { "node": ">= 14"