From 73fae56ecdf3662d7d84585166b06136bffcce9d Mon Sep 17 00:00:00 2001 From: hwillson Date: Wed, 17 Mar 2021 20:59:19 -0400 Subject: [PATCH] Prep for publish --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/extension/manifest.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13908f0f1..fed876e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.2 (2021-03-17) + +- Update the `@apollo/client` dep to make sure >= 0.7.0 of `ts-invariant` is + used, to pull in a fix that makes sure `window.process` remains writable.
+ [@hwillson](https://github.com/hwillson) in [#463](https://github.com/apollographql/apollo-client-devtools/pull/463) + ## 3.0.1 (2021-03-15) - Update the `@apollo/client` dep to make sure >= 0.6.2 of `ts-invariant` is diff --git a/package.json b/package.json index 82a9e41b4..339e3a2f7 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apollo-client-devtools", "description": "Developer tools for Apollo Client, with GraphiQL integration, cache inspection, and query watching.", "license": "MIT", - "version": "3.0.1", + "version": "3.0.2", "scripts": { "install:client": "npm install --prefix development/client", "install:server": "npm install --prefix development/server", diff --git a/src/extension/manifest.json b/src/extension/manifest.json index 0a0881e06..7afea8e0e 100755 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "3.0.2", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",