From 1d1641d9e01f01f5071de6e1540d406d8e9cd5d0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 05:23:50 +0000 Subject: [PATCH 1/2] chore(ci): upgrade `actions/github-script` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e59dc0c..18f1578 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/brapi-typescript' id: github-oidc - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: core.setOutput('github_token', await core.getIDToken()); From e0e449d664be0881d3d4aed999a6ffbc2db45396 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 05:24:06 +0000 Subject: [PATCH 2/2] release: 1.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 122a59d..23058a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2ce48..8026414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.5 (2026-01-24) + +Full Changelog: [v1.0.4...v1.0.5](https://github.com/brapi-dev/brapi-typescript/compare/v1.0.4...v1.0.5) + +### Chores + +* **ci:** upgrade `actions/github-script` ([1d1641d](https://github.com/brapi-dev/brapi-typescript/commit/1d1641d9e01f01f5071de6e1540d406d8e9cd5d0)) + ## 1.0.4 (2026-01-17) Full Changelog: [v1.0.3...v1.0.4](https://github.com/brapi-dev/brapi-typescript/compare/v1.0.3...v1.0.4) diff --git a/package.json b/package.json index 43f8947..729bfe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brapi", - "version": "1.0.4", + "version": "1.0.5", "description": "The official TypeScript library for the Brapi API", "author": "Brapi ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 8b4fbb0..c38c828 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.4'; // x-release-please-version +export const VERSION = '1.0.5'; // x-release-please-version