Skip to content

Commit 6d6790c

Browse files
chore: release 3.1.1 (#155)
## [3.1.1](v3.1.0...v3.1.1) (2024-05-03) ### Bug Fixes * **Authorization:** ensure AuthorizationManager.reset only clears values from storage that are prefixed with "&lt;client_id&gt;:" ([#154](#154)) ([84942fb](84942fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b95493b commit 6d6790c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/globus/globus-sdk-javascript/compare/v3.1.0...v3.1.1) (2024-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **Authorization:** ensure AuthorizationManager.reset only clears values from storage that are prefixed with "&lt;client_id&gt;:" ([#154](https://github.com/globus/globus-sdk-javascript/issues/154)) ([84942fb](https://github.com/globus/globus-sdk-javascript/commit/84942fb894185972a55bde5c0455b58c820f988b))
12+
613
## [3.1.0](https://github.com/globus/globus-sdk-javascript/compare/v3.0.0...v3.1.0) (2024-05-01)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globus/sdk",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"private": true,
55
"description": "The Globus SDK for Javascript",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)