diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f73d2e0..1fbc64fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/DuCanhGH/next-pwa/compare/v7.0.0...v7.0.1) (2022-12-05) + + +### Bug Fixes + +* **types:** InjectManifest's options and GenerateSW's shouldn't be interchangeable anymore ([1dfb305](https://github.com/DuCanhGH/next-pwa/commit/1dfb30598e537f056b19f7b74aa837deb88f953c)) + # [7.0.0](https://github.com/DuCanhGH/next-pwa/compare/v6.1.6...v7.0.0) (2022-12-05) diff --git a/package.json b/package.json index eb030fa8..708df129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "7.0.0", + "version": "7.0.1", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",