diff --git a/.changeset/eighty-snails-doubt.md b/.changeset/eighty-snails-doubt.md deleted file mode 100644 index 4ab0f7aa..00000000 --- a/.changeset/eighty-snails-doubt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ducanh2912/next-pwa": patch ---- - -fix(core): fixed using fallbacks with files in the public directory - -- Silly mistakes... Sorry for the inconvenience. \ No newline at end of file diff --git a/packages/next-pwa/CHANGELOG.md b/packages/next-pwa/CHANGELOG.md index 25990be7..e40b62d2 100644 --- a/packages/next-pwa/CHANGELOG.md +++ b/packages/next-pwa/CHANGELOG.md @@ -1,5 +1,13 @@ # @ducanh2912/next-pwa +## 10.2.5 + +### Patch Changes + +- [`e6ce949`](https://github.com/DuCanhGH/next-pwa/commit/e6ce949366f7fef9f4fdff7c1baf08da25e1268f) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - fix(core): fixed using fallbacks with files in the public directory + + - Silly mistakes... Sorry for the inconvenience. + ## 10.2.4 ### Patch Changes diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index fea6db4a..226090c1 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ducanh2912/next-pwa", - "version": "10.2.4", + "version": "10.2.5", "type": "module", "description": "PWA for Next.js, powered by Workbox.", "repository": "https://github.com/DuCanhGH/next-pwa",