Skip to content

Commit fd19e85

Browse files
chore(main): release 3.4.2 (#213)
## [3.4.2](v3.4.1...v3.4.2) (2024-06-20) ### Bug Fixes * **errors, Typescript:** adds `session_required_policies` to `AuthorizatonRequirementsError` type ([#209](#209)) ([2336eed](2336eed)) --- 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 a4866c0 commit fd19e85

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.1"
2+
".": "3.4.2"
33
}

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.4.2](https://github.com/globus/globus-sdk-javascript/compare/v3.4.1...v3.4.2) (2024-06-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **errors, Typescript:** adds `session_required_policies` to `AuthorizatonRequirementsError` type ([#209](https://github.com/globus/globus-sdk-javascript/issues/209)) ([2336eed](https://github.com/globus/globus-sdk-javascript/commit/2336eedb5869c86e69c7a1f98c827528a9b0e4dd))
12+
613
## [3.4.1](https://github.com/globus/globus-sdk-javascript/compare/v3.4.0...v3.4.1) (2024-06-12)
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.4.1",
3+
"version": "3.4.2",
44
"private": true,
55
"description": "The Globus SDK for JavaScript",
66
"main": "dist/cjs/index.js",

src/lib/core/info/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// x-release-please-start-version
2-
export const VERSION = '3.4.1';
2+
export const VERSION = '3.4.2';
33
// x-release-please-end

0 commit comments

Comments
 (0)