Skip to content

Commit 963bad3

Browse files
committed
Updating changelog
1 parent b969ad2 commit 963bad3

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
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/v7.0.0...HEAD)
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.1...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- fix\(prevent-changes\): return original context object [\#710](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/710) ([fratzinger](https://github.com/fratzinger))
10+
11+
## [v7.0.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.1) (2023-03-09)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.0...v7.0.1)
14+
15+
## [v7.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.0) (2023-02-24)
16+
17+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.0-pre.2...v7.0.0)
618

719
**Merged pull requests:**
820

@@ -14,10 +26,6 @@
1426
- chore\(dependencies\): Update all dependencies [\#686](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/686) ([daffl](https://github.com/daffl))
1527
- chore\(dependencies\): Update all dependencies [\#685](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/685) ([daffl](https://github.com/daffl))
1628

17-
## [v7.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.0) (2023-02-24)
18-
19-
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.0-pre.2...v7.0.0)
20-
2129
## [v7.0.0-pre.2](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v7.0.0-pre.2) (2023-02-23)
2230

2331
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.0-pre.1...v7.0.0-pre.2)
@@ -288,8 +296,6 @@
288296
- TypeScript definitions for iff [\#512](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/512)
289297
- SoftDelete2 use null or -1 [\#508](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/508)
290298
- Many-to-many fastJoin [\#505](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/505)
291-
- Remove fgraphql-async as its not used [\#482](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/482)
292-
- Proposal: Don't mutate objects in common hooks [\#480](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/480)
293299

294300
**Merged pull requests:**
295301

@@ -408,9 +414,6 @@
408414

409415
- Trying to fix situational test failure soft-delete2-c timeout [\#486](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/486) ([eddyystop](https://github.com/eddyystop))
410416
- Merge forced by pr\#484 [\#485](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/485) ([eddyystop](https://github.com/eddyystop))
411-
- add asynciterable to tsconfig and bump ts version [\#484](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/484) ([j2L4e](https://github.com/j2L4e))
412-
- update names and fix the options property [\#481](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/481) ([NickBolles](https://github.com/NickBolles))
413-
- add typings for dialablePhoneNumber hook, add libphonenumber-js as a dependency [\#477](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/477) ([j2L4e](https://github.com/j2L4e))
414417

415418
## [v4.19.5](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.5) (2018-12-13)
416419

@@ -420,10 +423,6 @@
420423

421424
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.3...v4.19.4)
422425

423-
**Merged pull requests:**
424-
425-
- Fixed dialablePhoneNumber [\#476](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/476) ([eddyystop](https://github.com/eddyystop))
426-
427426
## [v4.19.3](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v4.19.3) (2018-11-29)
428427

429428
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v4.19.2...v4.19.3)

0 commit comments

Comments
 (0)