Skip to content

Commit 439166c

Browse files
release: 3.8.0
1 parent 29bd70a commit 439166c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.7.0"
2+
".": "3.8.0"
33
}

CHANGELOG.md

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

3+
## 3.8.0 (2025-11-25)
4+
5+
Full Changelog: [v3.7.0...v3.8.0](https://github.com/supermemoryai/sdk-ts/compare/v3.7.0...v3.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([29bd70a](https://github.com/supermemoryai/sdk-ts/commit/29bd70a5d1faaf6b0bd1e2d7506f6d6c01328ca9))
10+
* **api:** api update ([482a811](https://github.com/supermemoryai/sdk-ts/commit/482a8111e9ffcd14cce5439e7e9bfa2300621773))
11+
* **api:** api update ([ace4c8b](https://github.com/supermemoryai/sdk-ts/commit/ace4c8b6f94f7a176daf8a4b0de34097da058cab))
12+
313
## 3.7.0 (2025-11-06)
414

515
Full Changelog: [v3.6.0...v3.7.0](https://github.com/supermemoryai/sdk-ts/compare/v3.6.0...v3.7.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.7.0",
3+
"version": "3.8.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.7.0'; // x-release-please-version
1+
export const VERSION = '3.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)