@hanna84/mcp-writing 3.22.2 → 3.22.4

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,9 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v3.22.4](https://github.com/hannasdev/mcp-writing/compare/v3.22.3...v3.22.4)
8
+
9
+ - docs: activate relationship metadata boundary M0 [`#229`](https://github.com/hannasdev/mcp-writing/pull/229)
10
+
11
+ #### [v3.22.3](https://github.com/hannasdev/mcp-writing/compare/v3.22.2...v3.22.3)
12
+
13
+ > 28 May 2026
14
+
15
+ - docs: plan relationship metadata boundary [`#228`](https://github.com/hannasdev/mcp-writing/pull/228)
16
+ - Release 3.22.3 [`83ce0c9`](https://github.com/hannasdev/mcp-writing/commit/83ce0c903236a965df6aed9bb6e2ed7d61a01a6d)
17
+
7
18
  #### [v3.22.2](https://github.com/hannasdev/mcp-writing/compare/v3.22.1...v3.22.2)
8
19
 
20
+ > 28 May 2026
21
+
9
22
  - docs: close architecture alignment follow-up initiative [`#227`](https://github.com/hannasdev/mcp-writing/pull/227)
23
+ - Release 3.22.2 [`a1118d8`](https://github.com/hannasdev/mcp-writing/commit/a1118d8bafda0d2c77404a93b3ea7059a7b7a737)
10
24
 
11
25
  #### [v3.22.1](https://github.com/hannasdev/mcp-writing/compare/v3.22.0...v3.22.1)
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.22.2",
3
+ "version": "3.22.4",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "homepage": "https://hannasdev.github.io/mcp-writing/",
6
6
  "type": "module",