Skip to content

Commit

Permalink
chore(main): release 5.1.1 (#367)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.1.1](v5.1.0...v5.1.1)
(2024-11-13)


### Bug Fixes

* **Authorization:** The value of the 'required_scopes' property of an
AuthorizationError is now sent to Globus Auth as 'scope' parameter by
default.
([#366](#366))
([66e5c32](66e5c32))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent 66e5c32 commit b15376f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.1.0"
".": "5.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/globus/globus-sdk-javascript/compare/v5.1.0...v5.1.1) (2024-11-13)


### Bug Fixes

* **Authorization:** The value of the 'required_scopes' property of an AuthorizationError is now sent to Globus Auth as 'scope' parameter by default. ([#366](https://github.com/globus/globus-sdk-javascript/issues/366)) ([66e5c32](https://github.com/globus/globus-sdk-javascript/commit/66e5c32d335d612c69ae908821335b63d926e8af))

## [5.1.0](https://github.com/globus/globus-sdk-javascript/compare/v5.0.0...v5.1.0) (2024-11-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/sdk",
"version": "5.1.0",
"version": "5.1.1",
"description": "The Globus SDK for JavaScript",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/info/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// x-release-please-start-version
export const VERSION = '5.1.0';
export const VERSION = '5.1.1';
// x-release-please-end

0 comments on commit b15376f

Please sign in to comment.