Skip to content

Commit b27f38b

Browse files
committed
chore(release): publish v0.7.5
1 parent 9b758fc commit b27f38b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.7.5](https://github.com/feathersjs/hooks/compare/v0.7.4...v0.7.5) (2022-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **hooks:** Ensure that all error hooks are run ([#103](https://github.com/feathersjs/hooks/issues/103)) ([bbd1979](https://github.com/feathersjs/hooks/commit/bbd1979a1854441def03581bc248b11bb5fb1b2d))
12+
* **hooks:** Update regular hook order as suggested in [#97](https://github.com/feathersjs/hooks/issues/97) ([9b758fc](https://github.com/feathersjs/hooks/commit/9b758fc6e498c3f4f9a85da47974c6c2244d588e))
13+
14+
15+
16+
17+
618
## [0.7.4](https://github.com/feathersjs/hooks/compare/v0.7.3...v0.7.4) (2022-04-27)
719

820

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.4",
6+
"version": "0.7.5",
77
"granularPathspec": false,
88
"forcePublish": true,
99
"command": {

0 commit comments

Comments
 (0)