@owrede/vault-memory 2.3.1 → 2.3.2

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.
package/CHANGELOG.md CHANGED
@@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
 
15
15
  _Nothing yet._
16
16
 
17
+ ## [2.3.2] — 2026-07-03
18
+
19
+ ### Changed
20
+
21
+ - **Release tooling: `scripts/release.mjs` now syncs all version declarations.**
22
+ `npm version` bumps `package.json` only; the release cut now also mirrors the
23
+ new version into `plugin/package.json`, `plugin/manifest.json`, and the README
24
+ `Latest: **vX.Y.Z**` badge, which `version-consistency.test.ts` requires. This
25
+ prevents the post-tag publish failure hit on the 2.3.1 cut. No runtime change.
26
+
17
27
  ## [2.3.1] — 2026-07-02
18
28
 
19
29
  ### Fixed
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  **Local-first, source-agnostic-ready agentic knowledge layer over your Obsidian notes,
4
4
  exposed to any MCP-aware agent.**
5
5
 
6
- > See [CHANGELOG.md](./CHANGELOG.md) for release history. Latest: **v2.3.1** — additive
6
+ > See [CHANGELOG.md](./CHANGELOG.md) for release history. Latest: **v2.3.2** — additive
7
7
  > over v1.x; the 23 v1 tool names + input schemas are preserved byte-identical.
8
8
 
9
9
  ## 30-second example
package/dist/cli.js CHANGED
@@ -16356,7 +16356,7 @@ var init_package = __esm({
16356
16356
  "package.json"() {
16357
16357
  package_default = {
16358
16358
  name: "@owrede/vault-memory",
16359
- version: "2.3.1",
16359
+ version: "2.3.2",
16360
16360
  description: "Local-first semantic memory MCP server for Obsidian vaults",
16361
16361
  type: "module",
16362
16362
  license: "MIT",