diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ee615..189d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [17.0.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0...v17.0.1) (2023-11-21) + + +### Bug Fixes + +* release 17.0.1 ([7db01e9](https://github.com/SaulMoro/ngrx-rtk-query/commit/7db01e97d3fecdd9de357bd48e41060301bcc2cb)) + +# [16.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.3.0...v16.4.0) (2023-11-21) + + +### Bug Fixes + +* version ([2fd0211](https://github.com/SaulMoro/ngrx-rtk-query/commit/2fd021182b9e0b11a5c727b394d4e6c4a3a6eb2d)) + + +### Features + +* **lib:** support to ng17 and ngrx17 ([66aa1b9](https://github.com/SaulMoro/ngrx-rtk-query/commit/66aa1b9339a4354db9896a6b6d4841158549a10c)) + # [17.0.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0-next.1...v17.0.0-next.2) (2023-11-13) ### Features diff --git a/projects/ngrx-rtk-query/test/build-hooks.spec.ts b/projects/ngrx-rtk-query/test/build-hooks.spec.ts index 7e06f14..cff1b52 100644 --- a/projects/ngrx-rtk-query/test/build-hooks.spec.ts +++ b/projects/ngrx-rtk-query/test/build-hooks.spec.ts @@ -638,7 +638,6 @@ describe.skip('hooks tests', () => { await screen.findByText(/isUninitialized/i); expect(screen.queryByText('Yay')).not.toBeInTheDocument(); - expect(Object.keys(getState().api.mutations)).toHaveLength(0); }); });