diff --git a/.changeset/lucky-lizards-switch.md b/.changeset/lucky-lizards-switch.md deleted file mode 100644 index ebb5d5c3..00000000 --- a/.changeset/lucky-lizards-switch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": minor ---- - -feat(next-pwa): re-adjust `workboxOptions.exclude` defaults - -- This was long overdue, so here we are. diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 3c641a66..e60a76e5 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 10.1.0 + +### Minor Changes + +- [#130](https://github.com/DuCanhGH/next-pwa/pull/130) [`9ff6c29`](https://github.com/DuCanhGH/next-pwa/commit/9ff6c29352cb24f17654e2447f2e547c4243e146) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - feat(next-pwa): re-adjust `workboxOptions.exclude` defaults + + - This was long overdue, so here we are. + ## 10.0.2 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index bcf7f1fa..7c20a84c 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "10.0.2", + "version": "10.1.0", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",