@hanna84/mcp-writing 2.10.6 → 2.11.1
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 +20 -0
- package/package.json +2 -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.11.1](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v2.11.0...v2.11.1)
|
|
9
|
+
|
|
10
|
+
- docs(prd): structure OpenClaw availability rollout [`#113`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/113)
|
|
12
|
+
|
|
13
|
+
#### [v2.11.0](https://github.com/hannasdev/mcp-writing.git
|
|
14
|
+
/compare/v2.10.6...v2.11.0)
|
|
15
|
+
|
|
16
|
+
> 27 April 2026
|
|
17
|
+
|
|
18
|
+
- feat: add GitHub Pages marketing landing page [`#111`](https://github.com/hannasdev/mcp-writing.git
|
|
19
|
+
/pull/111)
|
|
20
|
+
- Release 2.11.0 [`8b4f336`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/8b4f336e5608dd43e9ffe7a7d0ffc536271aac02)
|
|
22
|
+
|
|
7
23
|
#### [v2.10.6](https://github.com/hannasdev/mcp-writing.git
|
|
8
24
|
/compare/v2.10.5...v2.10.6)
|
|
9
25
|
|
|
26
|
+
> 27 April 2026
|
|
27
|
+
|
|
10
28
|
- refactor(index): extract getRuntimeDiagnostics into runtime-diagnostics.js [`#110`](https://github.com/hannasdev/mcp-writing.git
|
|
11
29
|
/pull/110)
|
|
30
|
+
- Release 2.10.6 [`347575d`](https://github.com/hannasdev/mcp-writing.git
|
|
31
|
+
/commit/347575df35d818532b9fffc52e7f39c6bd5be7e0)
|
|
12
32
|
|
|
13
33
|
#### [v2.10.5](https://github.com/hannasdev/mcp-writing.git
|
|
14
34
|
/compare/v2.10.4...v2.10.5)
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanna84/mcp-writing",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
|
|
5
|
+
"homepage": "https://hannasdev.github.io/mcp-writing/",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "index.js",
|
|
7
8
|
"files": [
|