Skip to content

Commit d1ba68f

Browse files
committed
chore(release): publish v0.8.0
1 parent d148869 commit d1ba68f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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.8.0](https://github.com/feathersjs/hooks/compare/v0.7.6...v0.8.0) (2023-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **hooks:** Update context.error in error hooks ([#107](https://github.com/feathersjs/hooks/issues/107)) ([d148869](https://github.com/feathersjs/hooks/commit/d148869c4f41e700e92e0d7e14a19b63690c4521))
12+
13+
14+
### Features
15+
16+
* **hooks:** Performance improvement ([#106](https://github.com/feathersjs/hooks/issues/106)) ([c14d07c](https://github.com/feathersjs/hooks/commit/c14d07c0cb4674056c6aadb14dd6f808399a95a3))
17+
18+
19+
20+
21+
622
## [0.7.6](https://github.com/feathersjs/hooks/compare/v0.7.5...v0.7.6) (2022-12-08)
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.7.6",
6+
"version": "0.8.0",
77
"granularPathspec": false,
88
"forcePublish": true,
99
"command": {

0 commit comments

Comments
 (0)