|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.0-pre.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.0...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:** |
8 | 8 |
|
| 9 | +- chore: update dependencies & replace feathers-memory with @feathersjs… [\#214](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/214) ([fratzinger](https://github.com/fratzinger)) |
| 10 | +- Update Library Dependencies and Code for Feathers 5 \(Dove\) [\#210](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/210) ([pdfowler](https://github.com/pdfowler)) |
| 11 | +- Update config.ts [\#209](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/209) ([bitflower](https://github.com/bitflower)) |
| 12 | +- Update getting-started.md [\#208](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/208) ([bitflower](https://github.com/bitflower)) |
| 13 | +- Update service-calls.md [\#207](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/207) ([viapek](https://github.com/viapek)) |
| 14 | +- Bump json5 from 1.0.1 to 1.0.2 [\#201](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/201) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 15 | +- Bump engine.io from 3.6.0 to 3.6.1 [\#199](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/199) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 16 | +- Bump socket.io-parser from 3.3.2 to 3.3.3 [\#198](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/198) ([dependabot[bot]](https://github.com/apps/dependabot)) |
9 | 17 | - ci: also check compile step [\#194](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/194) ([fratzinger](https://github.com/fratzinger)) |
10 | 18 |
|
| 19 | +## [v5.0.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v5.0.0) (2023-09-20) |
| 20 | + |
| 21 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.0-pre.0...v5.0.0) |
| 22 | + |
| 23 | +**Closed issues:** |
| 24 | + |
| 25 | +- \[dove\] TypeScript issue when using hook addVerification [\#195](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/195) |
| 26 | + |
11 | 27 | ## [v5.0.0-pre.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v5.0.0-pre.0) (2022-10-13) |
12 | 28 |
|
13 | 29 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v4.0.2...v5.0.0-pre.0) |
|
283 | 299 | **Implemented enhancements:** |
284 | 300 |
|
285 | 301 | - Make randomDigits use crypto.randomBytes [\#63](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/63) ([micaksica2](https://github.com/micaksica2)) |
286 | | -- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaurym](https://github.com/amaurym)) |
| 302 | +- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaury1729](https://github.com/amaury1729)) |
287 | 303 | - Add skipIsVerifiedCheck option for sendResetPwd [\#61](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/61) ([marbemac](https://github.com/marbemac)) |
288 | 304 | - Updated URL to docs in doc.feathersjs.com [\#57](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/57) ([eddyystop](https://github.com/eddyystop)) |
289 | 305 | - fix docs [\#56](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/56) ([sylvainlap](https://github.com/sylvainlap)) |
|
0 commit comments