diff --git a/.changeset/errorcodes.md b/.changeset/errorcodes.md deleted file mode 100644 index b6b6f82b3..000000000 --- a/.changeset/errorcodes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -add error codes for new Apollo Client version diff --git a/CHANGELOG.md b/CHANGELOG.md index e9de8e9b1..5f1ff29c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.11.4 + +### Patch Changes + +- [#1330](https://github.com/apollographql/apollo-client-devtools/pull/1330) [`4a60d00`](https://github.com/apollographql/apollo-client-devtools/commit/4a60d00b5549bb00899e28a0733fac82c7bd8d4c) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + ## 4.11.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 1611ebf97..496a0105d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.11.3", + "version": "4.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.11.3", + "version": "4.11.4", "license": "MIT", "dependencies": { "@apollo/brand": "^0.5.0", diff --git a/package.json b/package.json index b2363dc12..cd01a7d85 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apollo-client-devtools", "description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.", "license": "MIT", - "version": "4.11.3", + "version": "4.11.4", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index b288903ad..147ccd83d 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.11.3", + "version": "4.11.4", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.", diff --git a/src/extension/firefox/manifest.json b/src/extension/firefox/manifest.json index b6d913291..1216587eb 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.11.3", + "version": "4.11.4", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",