Skip to content

Commit cf4560a

Browse files
chore(main): release 6.2.0
1 parent 7fcfbbb commit cf4560a

File tree

5 files changed

+21
-8
lines changed

5 files changed

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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-05)
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+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* 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))
18+
619
## [6.1.0](https://github.com/globus/globus-sdk-javascript/compare/v6.0.1...v6.1.0) (2025-09-11)
720

821

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": "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)