Skip to content

Commit e9e3d91

Browse files
release: 3.0.0-alpha.24
1 parent 652941a commit e9e3d91

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.0.0-alpha.23"
2+
".": "3.0.0-alpha.24"
33
}

CHANGELOG.md

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

3+
## 3.0.0-alpha.24 (2025-08-22)
4+
5+
Full Changelog: [v3.0.0-alpha.23...v3.0.0-alpha.24](https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.23...v3.0.0-alpha.24)
6+
7+
### Features
8+
9+
* **mcp:** add code execution tool ([7f46f73](https://github.com/supermemoryai/sdk-ts/commit/7f46f73f34099dddcd536493bf79fd077a7f8bc6))
10+
11+
12+
### Chores
13+
14+
* add package to package.json ([46dddb3](https://github.com/supermemoryai/sdk-ts/commit/46dddb3272e67125c3ec2258ee095769f8b2c846))
15+
* **client:** qualify global Blob ([652941a](https://github.com/supermemoryai/sdk-ts/commit/652941aeb0483c7ee73071c2285c70a4e143d8fc))
16+
317
## 3.0.0-alpha.23 (2025-08-16)
418

519
Full Changelog: [v3.0.0-alpha.22...v3.0.0-alpha.23](https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.22...v3.0.0-alpha.23)

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.0.0-alpha.23",
3+
"version": "3.0.0-alpha.24",
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.0.0-alpha.23'; // x-release-please-version
1+
export const VERSION = '3.0.0-alpha.24'; // x-release-please-version

0 commit comments

Comments
 (0)