@hanna84/mcp-writing 3.21.1 → 3.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,9 +4,16 @@ 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.21.2](https://github.com/hannasdev/mcp-writing/compare/v3.21.1...v3.21.2)
8
+
9
+ - docs: accept architecture snapshot milestone [`#223`](https://github.com/hannasdev/mcp-writing/pull/223)
10
+
7
11
  #### [v3.21.1](https://github.com/hannasdev/mcp-writing/compare/v3.21.0...v3.21.1)
8
12
 
13
+ > 28 May 2026
14
+
9
15
  - fix(sync): preserve managed canonical structure [`#222`](https://github.com/hannasdev/mcp-writing/pull/222)
16
+ - Release 3.21.1 [`1f2c12e`](https://github.com/hannasdev/mcp-writing/commit/1f2c12eb99b4abe1b838fb2cbe3070509e2ee979)
10
17
 
11
18
  #### [v3.21.0](https://github.com/hannasdev/mcp-writing/compare/v3.20.0...v3.21.0)
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.21.1",
3
+ "version": "3.21.2",
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",