diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ba267a4e..693205d05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,2 +1,2 @@ -{"react-sdk":"0.69.1","showcase":"0.34.1","cli":"0.47.0","create-tambo-app":"0.2.0","docs":"1.22.0","apps/web":"0.126.0","apps/api":"0.128.0"} \ No newline at end of file +{"react-sdk":"0.69.1","showcase":"0.34.1","cli":"0.47.0","create-tambo-app":"0.2.0","docs":"1.23.0","apps/web":"0.126.0","apps/api":"0.128.0"} \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 73e57eb1c..865f0533a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.23.0](https://github.com/tambo-ai/tambo/compare/docs-v1.22.0...docs-v1.23.0) (2026-01-17) + + +### Features + +* **docs:** Implement middleware to serve markdown when `Accept` prefers ([#1766](https://github.com/tambo-ai/tambo/issues/1766)) ([286ccd3](https://github.com/tambo-ai/tambo/commit/286ccd39040f08e2dc4972c9e8bb8038ae54b4d4)) +* **react-sdk:** Add streaming hint to enable tool streaming on the client ([#1685](https://github.com/tambo-ai/tambo/issues/1685)) ([c38f046](https://github.com/tambo-ai/tambo/commit/c38f046fda8a5ba2a3287ceab65ca10432be48fa)) + + +### Miscellaneous Chores + +* **deps-dev:** bump @types/node from 22.19.1 to 22.19.5 ([#1746](https://github.com/tambo-ai/tambo/issues/1746)) ([aa0ca84](https://github.com/tambo-ai/tambo/commit/aa0ca84eb3e5cc582290e6aa0df6672f4b404969)) +* **deps:** bump the small-safe-packages group with 5 updates ([#1742](https://github.com/tambo-ai/tambo/issues/1742)) ([2056c5c](https://github.com/tambo-ai/tambo/commit/2056c5c424310b103ec0a93bedc59f774c532a5b)) + ## [1.22.0](https://github.com/tambo-ai/tambo/compare/docs-v1.21.1...docs-v1.22.0) (2026-01-07) diff --git a/docs/package.json b/docs/package.json index 4cfe6c8ea..46800ab66 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@tambo-ai/docs", - "version": "1.22.0", + "version": "1.23.0", "license": "MIT", "scripts": { "build": "next build",