diff --git a/.changeset/giant-pears-learn.md b/.changeset/giant-pears-learn.md deleted file mode 100644 index e71b8b917b0..00000000000 --- a/.changeset/giant-pears-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix import extension in masking entry point. diff --git a/CHANGELOG.md b/CHANGELOG.md index d173722019b..d84d5c95e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.12.1 + +### Patch Changes + +- [#12171](https://github.com/apollographql/apollo-client/pull/12171) [`e1efe74`](https://github.com/apollographql/apollo-client/commit/e1efe74c61b5f31fdd122ff8f4ce01012d0f5398) Thanks [@phryneas](https://github.com/phryneas)! - Fix import extension in masking entry point. + ## 3.12.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 387e6724bf0..b9f89e9e952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.12.0", + "version": "3.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.12.0", + "version": "3.12.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 45890e70f2c..7bad9d48511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.12.0", + "version": "3.12.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [