diff --git a/.changeset/sixty-cups-decide.md b/.changeset/sixty-cups-decide.md deleted file mode 100644 index 9e58751cc..000000000 --- a/.changeset/sixty-cups-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web/mocks": minor ---- - -feat: remove local sw.js, use the service worker as exported by msw instead so the integrity checksums of the SW and browser code are always aligned diff --git a/packages/mocks/CHANGELOG.md b/packages/mocks/CHANGELOG.md index 8a3380034..c87dce1b0 100644 --- a/packages/mocks/CHANGELOG.md +++ b/packages/mocks/CHANGELOG.md @@ -1,5 +1,11 @@ # @web/mocks +## 1.1.0 + +### Minor Changes + +- a42c4fcf: feat: remove local sw.js, use the service worker as exported by msw instead so the integrity checksums of the SW and browser code are always aligned + ## 1.0.1 ### Patch Changes diff --git a/packages/mocks/package.json b/packages/mocks/package.json index dc0e81162..f32b6cd4b 100644 --- a/packages/mocks/package.json +++ b/packages/mocks/package.json @@ -1,6 +1,6 @@ { "name": "@web/mocks", - "version": "1.0.1", + "version": "1.1.0", "publishConfig": { "access": "public" },