Skip to content

Commit 60ad57e

Browse files
chore(main): release 5.4.1 (#415)
🤖 I have created a release *beep* *boop* --- ## [5.4.1](v5.4.0...v5.4.1) (2025-01-22) ### Bug Fixes * **GCS, ESM:** ensure proper file extension is used for ESM imports ([00ec6dd](00ec6dd)) --- 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 00ec6dd commit 60ad57e

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.0"
2+
".": "5.4.1"
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+
## [5.4.1](https://github.com/globus/globus-sdk-javascript/compare/v5.4.0...v5.4.1) (2025-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **GCS, ESM:** ensure proper file extension is used for ESM imports ([00ec6dd](https://github.com/globus/globus-sdk-javascript/commit/00ec6ddbc2c081e9f490b57276f414c951b1d5d1))
12+
613
## [5.4.0](https://github.com/globus/globus-sdk-javascript/compare/v5.3.0...v5.4.0) (2025-01-08)
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": "5.4.0",
3+
"version": "5.4.1",
44
"description": "The Globus SDK for JavaScript",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

src/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 = '5.4.0';
2+
export const VERSION = '5.4.1';
33
// x-release-please-end

0 commit comments

Comments
 (0)