From 22088ceda763628dc9060eed8edb23a320631cba Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:56:16 +0000 Subject: [PATCH 1/3] chore(internal): upgrade pnpm version --- .github/workflows/ci.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d3f5a..f6f5eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 with: - version: '10.27.0' + version: '10.30.1' - name: Bootstrap run: ./scripts/bootstrap @@ -56,7 +56,7 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 with: - version: '10.27.0' + version: '10.30.1' - name: Bootstrap run: ./scripts/bootstrap @@ -94,7 +94,7 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v4 with: - version: '10.27.0' + version: '10.30.1' - name: Bootstrap run: ./scripts/bootstrap diff --git a/package.json b/package.json index b753a18..bdaa99e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "commonjs", "repository": "github:moderation-api/sdk-typescript", "license": "Apache-2.0", - "packageManager": "pnpm@10.27.0", + "packageManager": "pnpm@10.30.1", "files": [ "**/*" ], From 4ab2e78bd4ac1a0e3bdbd2048888645313789e23 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:05:30 +0000 Subject: [PATCH 2/3] fix(docs/contributing): correct pnpm link command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 742c5bb..49d28a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ $ yarn link @moderation-api/sdk # With pnpm $ pnpm link --global $ cd ../my-package -$ pnpm link -—global @moderation-api/sdk +$ pnpm link --global @moderation-api/sdk ``` ## Running tests From ea32dd7e62aacbfceb5a174b8fe5406237746d6c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:05:46 +0000 Subject: [PATCH 3/3] release: 3.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c8ae5..f9897f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.0" + ".": "3.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 757f8e5..809e9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.9.1 (2026-02-24) + +Full Changelog: [v3.9.0...v3.9.1](https://github.com/moderation-api/sdk-typescript/compare/v3.9.0...v3.9.1) + +### Bug Fixes + +* **docs/contributing:** correct pnpm link command ([4ab2e78](https://github.com/moderation-api/sdk-typescript/commit/4ab2e78bd4ac1a0e3bdbd2048888645313789e23)) + + +### Chores + +* **internal:** upgrade pnpm version ([22088ce](https://github.com/moderation-api/sdk-typescript/commit/22088ceda763628dc9060eed8edb23a320631cba)) + ## 3.9.0 (2026-02-23) Full Changelog: [v3.8.1...v3.9.0](https://github.com/moderation-api/sdk-typescript/compare/v3.8.1...v3.9.0) diff --git a/package.json b/package.json index bdaa99e..15cca41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moderation-api/sdk", - "version": "3.9.0", + "version": "3.9.1", "description": "The official TypeScript library for the Moderation API API", "author": "Moderation API ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index e0223e3..922919f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.9.0'; // x-release-please-version +export const VERSION = '3.9.1'; // x-release-please-version