bluera-knowledge 0.21.6 → 0.21.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.21.8](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.21.8) (2026-02-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **mcp:** show build tools error on MCP server startup ([ea07403](https://github.com/blueraai/bluera-knowledge/commit/ea074037f28b3750ea516f0eebde3495900bd92c))
11
+ * **mcp:** use exit 2 for blocking errors in wrapper script ([2b07a95](https://github.com/blueraai/bluera-knowledge/commit/2b07a9520449be54d0f4ef6a9b0fa2944e1f932f))
12
+
13
+ ## [0.21.7](https://github.com/blueraai/bluera-knowledge/compare/v0.21.6...v0.21.7) (2026-02-01)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **mcp:** show build tools error on MCP server startup ([ea07403](https://github.com/blueraai/bluera-knowledge/commit/ea074037f28b3750ea516f0eebde3495900bd92c))
19
+
5
20
  ## [0.21.6](https://github.com/blueraai/bluera-knowledge/compare/v0.21.4...v0.21.6) (2026-02-01)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.21.6",
3
+ "version": "0.21.8",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {