Skip to content

Commit f9e6e43

Browse files
committed
chore(release): publish v0.9.0
1 parent 648f8a8 commit f9e6e43

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/feathersjs/hooks/compare/v0.8.1...v0.9.0) (2024-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### Features
15+
16+
* Move to TypeScript 5 non-experimental decorators ([#109](https://github.com/feathersjs/hooks/issues/109)) ([05bde46](https://github.com/feathersjs/hooks/commit/05bde4606635b8c43f11778867e7a3bc11f3c6a2))
17+
18+
19+
20+
21+
622
## [0.8.1](https://github.com/feathersjs/hooks/compare/v0.8.0...v0.8.1) (2023-02-10)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.8.1",
6+
"version": "0.9.0",
77
"granularPathspec": false,
88
"forcePublish": true,
99
"command": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)