Skip to content

Commit e2f2a4b

Browse files
chore(main): release 6.3.0
1 parent 0fb2315 commit e2f2a4b

5 files changed

Lines changed: 17 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-
".": "6.2.0"
2+
".": "6.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3.0](https://github.com/globus/globus-sdk-javascript/compare/v6.2.0...v6.3.0) (2025-12-16)
7+
8+
9+
### Features
10+
11+
* **Developers:** Add support for Globus Auth Developer Resource API (https://docs.globus.org/api/auth/reference/#clients_and_scopes_api) ([#698](https://github.com/globus/globus-sdk-javascript/issues/698)) ([9181bc2](https://github.com/globus/globus-sdk-javascript/commit/9181bc252b9060ac79d75720a2d5a28b7ac040dd))
12+
13+
14+
### Bug Fixes
15+
16+
* **Typescript:** use BaseServiceMethodOptions in ServiceMethodDynamicSegments ([#713](https://github.com/globus/globus-sdk-javascript/issues/713)) ([0fb2315](https://github.com/globus/globus-sdk-javascript/commit/0fb231578ed33d57f046e7eb6509cfb6c9e2139d))
17+
618
## [6.2.0](https://github.com/globus/globus-sdk-javascript/compare/v6.1.0...v6.2.0) (2025-11-18)
719

820

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

0 commit comments

Comments
 (0)