bluera-knowledge 0.21.5 → 0.21.6

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.6](https://github.com/blueraai/bluera-knowledge/compare/v0.21.4...v0.21.6) (2026-02-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **hooks:** warn when build tools missing on session start ([c83e81b](https://github.com/blueraai/bluera-knowledge/commit/c83e81bb9ac321e4bc9f1e0e2ee7b3e7fa6c46b6))
11
+ * **mcp:** add wrapper script for CLAUDE_PLUGIN_ROOT workaround ([737197e](https://github.com/blueraai/bluera-knowledge/commit/737197e9ba01a8719160a359f91f25a5e0655b23))
12
+
5
13
  ## [0.21.5](https://github.com/blueraai/bluera-knowledge/compare/v0.21.4...v0.21.5) (2026-02-01)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.21.5",
3
+ "version": "0.21.6",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {