Skip to content

Commit db79a63

Browse files
chore(main): release 5.7.0 (#474)
🤖 I have created a release *beep* *boop* --- ## [5.7.0](v5.6.0...v5.7.0) (2025-04-02) ### Features * **Flows:** Add Run `update`, `remove`, and `getDefinition` methods ([#473](#473)) ([0712eee](0712eee)) --- 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 22f7a8f commit db79a63

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
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.6.0"
2+
".": "5.7.0"
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.7.0](https://github.com/globus/globus-sdk-javascript/compare/v5.6.0...v5.7.0) (2025-04-02)
7+
8+
9+
### Features
10+
11+
* **Flows:** Add Run `update`, `remove`, and `getDefinition` methods ([#473](https://github.com/globus/globus-sdk-javascript/issues/473)) ([0712eee](https://github.com/globus/globus-sdk-javascript/commit/0712eeeb57a94c3ef92b41d44607a7c83276ae5d))
12+
613
## [5.6.0](https://github.com/globus/globus-sdk-javascript/compare/v5.5.0...v5.6.0) (2025-03-20)
714

815

package-lock.json

Lines changed: 5 additions & 5 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.6.0",
3+
"version": "5.7.0",
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.6.0';
2+
export const VERSION = '5.7.0';
33
// x-release-please-end

0 commit comments

Comments
 (0)