Skip to content

Commit 8c201a8

Browse files
release: 3.6.0
1 parent f43ec83 commit 8c201a8

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.5.0"
2+
".": "3.6.0"
33
}

CHANGELOG.md

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

3+
## 3.6.0 (2025-10-06)
4+
5+
Full Changelog: [v3.5.0...v3.6.0](https://github.com/supermemoryai/sdk-ts/compare/v3.5.0...v3.6.0)
6+
7+
### Features
8+
9+
* **api:** api update ([f43ec83](https://github.com/supermemoryai/sdk-ts/commit/f43ec8376f494f8713874e7126932bc9c999082b))
10+
* **api:** api update ([80bfa4e](https://github.com/supermemoryai/sdk-ts/commit/80bfa4e9b5f8a95ba74d4a043dc6295c8a6054ef))
11+
* **api:** api update ([7c85660](https://github.com/supermemoryai/sdk-ts/commit/7c8566063a558301b83ebca7bfd830a1ce4e8d6b))
12+
13+
14+
### Chores
15+
16+
* **internal:** remove .eslintcache ([1175a1c](https://github.com/supermemoryai/sdk-ts/commit/1175a1c393fb00d556eca9a80546e724c3b83ed5))
17+
* **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([16397d2](https://github.com/supermemoryai/sdk-ts/commit/16397d28274d76703c54c5d7a5abeefbc94e5363))
18+
319
## 3.5.0 (2025-09-27)
420

521
Full Changelog: [v3.4.0...v3.5.0](https://github.com/supermemoryai/sdk-ts/compare/v3.4.0...v3.5.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.5.0",
3+
"version": "3.6.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.5.0'; // x-release-please-version
1+
export const VERSION = '3.6.0'; // x-release-please-version

0 commit comments

Comments
 (0)