Skip to content

Commit e56d75e

Browse files
chore(main): release 2.0.0 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13046ec commit e56d75e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/Doist/twist-ai/compare/v1.2.2...v2.0.0) (2025-12-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to Zod v4 ([#59](https://github.com/Doist/twist-ai/issues/59))
9+
10+
### Features
11+
12+
* upgrade to Zod v4 ([#59](https://github.com/Doist/twist-ai/issues/59)) ([1ce1254](https://github.com/Doist/twist-ai/commit/1ce1254df67d56207426b0cb541939e089a5301c))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.24.0 [security] ([#57](https://github.com/Doist/twist-ai/issues/57)) ([21023c5](https://github.com/Doist/twist-ai/commit/21023c59a5d9fa94defcbd8cb661df0febbc0a07))
18+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.24.1 ([#61](https://github.com/Doist/twist-ai/issues/61)) ([b5e52a2](https://github.com/Doist/twist-ai/commit/b5e52a2d37207a76b0720915a7772041d17ac1c1))
19+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.24.3 ([#63](https://github.com/Doist/twist-ai/issues/63)) ([cb0e8e9](https://github.com/Doist/twist-ai/commit/cb0e8e92779e65c400b7593818af29c8ad00c221))
20+
321
## [1.2.2](https://github.com/Doist/twist-ai/compare/v1.2.1...v1.2.2) (2025-12-02)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/twist-ai",
3-
"version": "1.2.2",
3+
"version": "2.0.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)