Skip to content

Commit 62f57ae

Browse files
chore(main): release 6.2.0 (#649)
🤖 I have created a release *beep* *boop* --- ## [6.2.0](v6.1.0...v6.2.0) (2025-11-18) ### Features * **Search, Typescript:** add type generic to search.query.post ([#647](#647)) ([94133f2](94133f2)) * **Streams:** add methods and types for Streams ([#682](#682)) ([ee563ca](ee563ca)) ### Bug Fixes * **Transfer, Typescript:** transfer.endpointSearch return type ([#664](#664)) ([f001164](f001164)) * Update Compute host for OpenAPI spec and documentation ([#659](#659)) ([d7f614f](d7f614f)) --- 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 ee563ca commit 62f57ae

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-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-
".": "6.1.0"
2+
".": "6.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [6.2.0](https://github.com/globus/globus-sdk-javascript/compare/v6.1.0...v6.2.0) (2025-11-18)
7+
8+
9+
### Features
10+
11+
* **Search, Typescript:** add type generic to search.query.post ([#647](https://github.com/globus/globus-sdk-javascript/issues/647)) ([94133f2](https://github.com/globus/globus-sdk-javascript/commit/94133f2815bb02c6290a01030a6fe836f93190a3))
12+
* **Streams:** add methods and types for Streams ([#682](https://github.com/globus/globus-sdk-javascript/issues/682)) ([ee563ca](https://github.com/globus/globus-sdk-javascript/commit/ee563ca9ad0329ae68934c8bdb16495f679d4fac))
13+
14+
15+
### Bug Fixes
16+
17+
* **Transfer, Typescript:** transfer.endpointSearch return type ([#664](https://github.com/globus/globus-sdk-javascript/issues/664)) ([f001164](https://github.com/globus/globus-sdk-javascript/commit/f001164a259fb7003566ca274091a392dded2c0d))
18+
* Update Compute host for OpenAPI spec and documentation ([#659](https://github.com/globus/globus-sdk-javascript/issues/659)) ([d7f614f](https://github.com/globus/globus-sdk-javascript/commit/d7f614f7d8d26bbbf799debc9c34a767df421c80))
19+
620
## [6.1.0](https://github.com/globus/globus-sdk-javascript/compare/v6.0.1...v6.1.0) (2025-09-11)
721

822

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": "6.1.0",
3+
"version": "6.2.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 = '6.1.0';
2+
export const VERSION = '6.2.0';
33
// x-release-please-end

0 commit comments

Comments
 (0)