Skip to content

Commit 7b44218

Browse files
release: 3.9.0
1 parent c40f02f commit 7b44218

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.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.8.0"
2+
".": "3.9.0"
33
}

CHANGELOG.md

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

3+
## 3.9.0 (2025-11-26)
4+
5+
Full Changelog: [v3.8.0...v3.9.0](https://github.com/supermemoryai/sdk-ts/compare/v3.8.0...v3.9.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([c40f02f](https://github.com/supermemoryai/sdk-ts/commit/c40f02f508f51de9c9b364d4d04e2641012df541))
10+
* **api:** manual updates ([bea6e27](https://github.com/supermemoryai/sdk-ts/commit/bea6e278b1d55a26ff7bc0686648df215e339de5))
11+
312
## 3.8.0 (2025-11-25)
413

514
Full Changelog: [v3.7.0...v3.8.0](https://github.com/supermemoryai/sdk-ts/compare/v3.7.0...v3.8.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supermemory",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "The official TypeScript library for the Supermemory API",
55
"author": "Supermemory <[email protected]>",
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.8.0'; // x-release-please-version
1+
export const VERSION = '3.9.0'; // x-release-please-version

0 commit comments

Comments
 (0)