@hanna84/mcp-writing 1.16.0 → 1.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
+ #### [v1.16.2](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.16.1...v1.16.2)
9
+
10
+ - docs: close out review bundles M1 and add troubleshooting guidance [`#76`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/76)
12
+
13
+ #### [v1.16.1](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v1.16.0...v1.16.1)
15
+
16
+ > 25 April 2026
17
+
18
+ - docs: add AGENTS workflow and reusable review skills [`#75`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/75)
20
+ - Release 1.16.1 [`7dfedd7`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/7dfedd739d09c4c5c326c4321e33571445afa9bb)
22
+
7
23
  #### [v1.16.0](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v1.15.0...v1.16.0)
9
25
 
26
+ > 25 April 2026
27
+
10
28
  - feat: add create_review_bundle markdown artifact generation [`#74`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/74)
30
+ - Release 1.16.0 [`cf77bff`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/cf77bff2b4463b6834ff2e4d86c11ca972b6e05c)
12
32
 
13
33
  #### [v1.15.0](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v1.14.0...v1.15.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.16.0",
3
+ "version": "1.16.2",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "type": "module",
6
6
  "main": "index.js",