Skip to content

Commit

Permalink
Prep for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Mar 18, 2021
1 parent 6e5b1b1 commit 73fae56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. <br/>
[@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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 73fae56

Please sign in to comment.