@hanna84/mcp-writing 2.16.0 → 2.16.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,11 +4,31 @@ 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
+ #### [v2.16.2](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v2.16.1...v2.16.2)
9
+
10
+ - docs(prd): refresh reference-doc status and Phase 4C plan [`#160`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/160)
12
+
13
+ #### [v2.16.1](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v2.16.0...v2.16.1)
15
+
16
+ > 30 April 2026
17
+
18
+ - docs(prd): define Option C rollout decision [`#159`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/159)
20
+ - Release 2.16.1 [`1ea1385`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/1ea1385351b37e7a829ef318e6f1a7f446abd1f0)
22
+
7
23
  #### [v2.16.0](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v2.15.0...v2.16.0)
9
25
 
26
+ > 30 April 2026
27
+
10
28
  - feat: add upsert_reference_link write tool [`#150`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/150)
30
+ - Release 2.16.0 [`222295d`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/222295d6fa812ac160f6ed4ea047f9ad4846b931)
12
32
 
13
33
  #### [v2.15.0](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v2.14.0...v2.15.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "2.16.0",
3
+ "version": "2.16.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",