Skip to content

Commit a265142

Browse files
committed
Updating changelog
1 parent e5d3d97 commit a265142

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/HEAD)
44

5-
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...HEAD)
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.3...HEAD)
66

77
**Merged pull requests:**
88

9-
- fix\(esm\): import errors from @feathersjs/errors [\#675](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/675) ([fratzinger](https://github.com/fratzinger))
9+
- refactor: remove hrtime and do Date.now [\#677](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/677) ([fratzinger](https://github.com/fratzinger))
10+
11+
## [v6.1.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.3) (2022-06-10)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.2...v6.1.3)
1014

1115
## [v6.1.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.2) (2022-06-09)
1216

@@ -18,6 +22,10 @@
1822
- import pkg from '@feathersjs/errors'; const { BadRequest } = pkg; [\#671](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/671)
1923
- iff\(\) hooks are skipped when there's a .else\(\) [\#666](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/666)
2024

25+
**Merged pull requests:**
26+
27+
- fix\(esm\): import errors from @feathersjs/errors [\#675](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/675) ([fratzinger](https://github.com/fratzinger))
28+
2129
## [v6.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v6.1.1) (2022-05-31)
2230

2331
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v6.1.0...v6.1.1)
@@ -459,10 +467,6 @@
459467

460468
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.17.8...v4.17.9)
461469

462-
**Closed issues:**
463-
464-
- How to pass query parameters from the client to fastJoin [\#447](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/447)
465-
466470
**Merged pull requests:**
467471

468472
- Add missing 'create' method in MethodName type [\#449](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/449) ([murbanowicz](https://github.com/murbanowicz))

0 commit comments

Comments
 (0)