diff --git a/.changesets/trqdt.patch.md b/.changesets/trqdt.patch.md deleted file mode 100644 index 84fe5d68..00000000 --- a/.changesets/trqdt.patch.md +++ /dev/null @@ -1 +0,0 @@ -Fix Atlassian refresh token method \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7527d490..f5ccb269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # arctic +## 1.1.6 + +### Patch changes + +- Fix Atlassian refresh token method ([#67](https://github.com/pilcrowOnPaper/arctic/pull/67)) + ## 1.1.5 ### Patch changes diff --git a/package.json b/package.json index 075c75ed..4abda537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arctic", "type": "module", - "version": "1.1.5", + "version": "1.1.6", "description": "OAuth 2.0 clients for popular providers", "main": "dist/index.js", "types": "dist/index.d.ts",