diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79a4b2..230c4ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Get GitHub OIDC Token if: github.repository == 'stainless-sdks/kernel-typescript' id: github-oidc - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: core.setOutput('github_token', await core.getIDToken()); diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9800444..ad16658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bd638..271b28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.28.1 (2026-01-24) + +Full Changelog: [v0.28.0...v0.28.1](https://github.com/kernel/kernel-node-sdk/compare/v0.28.0...v0.28.1) + +### Chores + +* **ci:** upgrade `actions/github-script` ([e56d4bf](https://github.com/kernel/kernel-node-sdk/commit/e56d4bffb8850fba35517ada61b54cd0fd6c6e3b)) + ## 0.28.0 (2026-01-22) Full Changelog: [v0.27.0...v0.28.0](https://github.com/kernel/kernel-node-sdk/compare/v0.27.0...v0.28.0) diff --git a/package.json b/package.json index d8a1dfd..f61a367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/sdk", - "version": "0.28.0", + "version": "0.28.1", "description": "The official TypeScript library for the Kernel API", "author": "Kernel <>", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 3e76cc4..9622922 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.28.0'; // x-release-please-version +export const VERSION = '0.28.1'; // x-release-please-version