From 68245ad6c1f0309426562ed2506b7147bb491017 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:19:38 +0000 Subject: [PATCH] Release package --- .changeset/fast-storage-readers.md | 5 ----- .changeset/quiet-pages-reflect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/mcp/CHANGELOG.md | 9 +++++++++ packages/mcp/package.json | 2 +- 6 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 .changeset/fast-storage-readers.md delete mode 100644 .changeset/quiet-pages-reflect.md diff --git a/.changeset/fast-storage-readers.md b/.changeset/fast-storage-readers.md deleted file mode 100644 index e56a72e..0000000 --- a/.changeset/fast-storage-readers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ontos-ai/knowhere-sdk": patch ---- - -Read committed parsed-storage result objects concurrently after validating the commit marker. diff --git a/.changeset/quiet-pages-reflect.md b/.changeset/quiet-pages-reflect.md deleted file mode 100644 index 645d7a5..0000000 --- a/.changeset/quiet-pages-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ontos-ai/knowhere-mcp": patch ---- - -Improve MCP read guidance for page assets and default durable asset URLs for display reads. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd28af3..206f2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.3 + +### Patch Changes + +- [#113](https://github.com/Ontos-AI/knowhere-node-sdk/pull/113) [`cebe98a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/cebe98ad6dd997b481e0a4536c3fb26ef4594cfb) Thanks [@suguanYang](https://github.com/suguanYang)! - Read committed parsed-storage result objects concurrently after validating the commit marker. + ## 2.1.2 ### Patch Changes diff --git a/package.json b/package.json index 37e550f..0ecdc1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-sdk", - "version": "2.1.2", + "version": "2.1.3", "description": "Official Node.js SDK for Knowhere document parsing API", "keywords": [ "knowhere", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 2578615..a2e27c8 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,14 @@ # @ontos-ai/knowhere-mcp +## 2.1.3 + +### Patch Changes + +- [#113](https://github.com/Ontos-AI/knowhere-node-sdk/pull/113) [`e2bc39a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/e2bc39a8ad97547590ffc843986bb4e3fba6d035) Thanks [@suguanYang](https://github.com/suguanYang)! - Improve MCP read guidance for page assets and default durable asset URLs for display reads. + +- Updated dependencies [[`cebe98a`](https://github.com/Ontos-AI/knowhere-node-sdk/commit/cebe98ad6dd997b481e0a4536c3fb26ef4594cfb)]: + - @ontos-ai/knowhere-sdk@2.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 093ac75..82257f3 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ontos-ai/knowhere-mcp", - "version": "2.1.2", + "version": "2.1.3", "description": "MCP wrapper for the Knowhere Node.js SDK local knowledge tools", "keywords": [ "knowhere",