diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b470c2a9..d916aaca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.44.0" + ".": "0.44.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bf640c..284f8fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.44.1 (2026-01-06) + +Full Changelog: [v0.44.0...v0.44.1](https://github.com/babelcloud/gbox-sdk-ts/compare/v0.44.0...v0.44.1) + +### Bug Fixes + +* **mcp:** correct code tool API endpoint ([bdb5d00](https://github.com/babelcloud/gbox-sdk-ts/commit/bdb5d00b20043652fe464091a275722938e3b1b8)) +* **mcp:** return correct lines on typescript errors ([93663d2](https://github.com/babelcloud/gbox-sdk-ts/commit/93663d22b59f1f2d200660383f20d24464ff878d)) + + +### Chores + +* **internal:** codegen related update ([dd7e1d8](https://github.com/babelcloud/gbox-sdk-ts/commit/dd7e1d8cffe811c052410e094032fca0c63438f1)) +* **internal:** codegen related update ([8b7d7a1](https://github.com/babelcloud/gbox-sdk-ts/commit/8b7d7a1bbc2777a0a9f8a096b9213204020dd5c7)) +* **internal:** codegen related update ([bef7606](https://github.com/babelcloud/gbox-sdk-ts/commit/bef760687f2e5d032ce3875666c42e2de9b6ca01)) + ## 0.44.0 (2025-12-05) Full Changelog: [v0.43.0...v0.44.0](https://github.com/babelcloud/gbox-sdk-ts/compare/v0.43.0...v0.44.0) diff --git a/LICENSE b/LICENSE index 59e4353c..fceb3a31 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Gbox Client + Copyright 2026 Gbox Client Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index c7d0b210..43f0a1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gbox-sdk", - "version": "0.44.0", + "version": "0.44.1", "description": "The official TypeScript library for the Gbox Client API", "author": "Gbox Client <>", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 6a69b90d..3b8ce986 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.44.0'; // x-release-please-version +export const VERSION = '0.44.1'; // x-release-please-version