Skip to content

Commit 0803821

Browse files
release: 3.5.0
1 parent bb8d670 commit 0803821

4 files changed

Lines changed: 20 additions & 3 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-
".": "3.4.0"
2+
".": "3.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.5.0 (2026-01-28)
4+
5+
Full Changelog: [v3.4.0...v3.5.0](https://github.com/moderation-api/sdk-typescript/compare/v3.4.0...v3.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([bbc8fe4](https://github.com/moderation-api/sdk-typescript/commit/bbc8fe417c72f507a2ae1f3503ef5de69b398e98))
10+
11+
12+
### Chores
13+
14+
* **ci:** upgrade `actions/github-script` ([a249d9b](https://github.com/moderation-api/sdk-typescript/commit/a249d9b283168184021dd1d0a25f70a5d6a9a12a))
15+
* **internal:** update `actions/checkout` version ([98a1367](https://github.com/moderation-api/sdk-typescript/commit/98a13678dfdc2e39dfc46b9cadc002aa1c351769))
16+
* **internal:** update lock file ([cc807ab](https://github.com/moderation-api/sdk-typescript/commit/cc807abac5e3838b6ac52f7facbf192eb04c266d))
17+
* **internal:** upgrade babel, qs, js-yaml ([295fc21](https://github.com/moderation-api/sdk-typescript/commit/295fc21f12ee0b0cdbc66378108b6e6141057da6))
18+
* **internal:** upgrade brace-expansion and @babel/helpers ([3b2fd71](https://github.com/moderation-api/sdk-typescript/commit/3b2fd71abc858b2ce07f0711340eb8c72b14e04c))
19+
320
## 3.4.0 (2026-01-10)
421

522
Full Changelog: [v3.3.0...v3.4.0](https://github.com/moderation-api/sdk-typescript/compare/v3.3.0...v3.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moderation-api/sdk",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "The official TypeScript library for the Moderation API API",
55
"author": "Moderation API <support@moderationapi.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.4.0'; // x-release-please-version
1+
export const VERSION = '3.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)