Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newsiberian committed Jun 22, 2024
1 parent 539f93e commit 2be21ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

### 0.7.0
[BREAKING CHANGES]: Don't attempt to run queued requests if obtaining a new token fails.

### 0.6.1
- inject sources into `sourcesContent` into source maps

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-token-refresh",
"version": "0.6.1",
"version": "0.7.0",
"description": "Apollo Link that performs access tokens renew",
"main": "./lib/bundle.umd.js",
"module": "./lib/tokenRefreshLink.js",
Expand Down

0 comments on commit 2be21ac

Please sign in to comment.