@hanna84/mcp-writing 2.12.13 → 2.12.15

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.12.15](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v2.12.14...v2.12.15)
9
+
10
+ - chore(ci): skip CI jobs on automated release commits [`#130`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/130)
12
+
13
+ #### [v2.12.14](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v2.12.13...v2.12.14)
15
+
16
+ > 29 April 2026
17
+
18
+ - docs(workflow): add human-readable release-log skill [`#129`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/129)
20
+ - Release 2.12.14 [`c09d39e`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/c09d39ee4a91a76ab79e5ca2d7e623e6499eba5e)
22
+
7
23
  #### [v2.12.13](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v2.12.12...v2.12.13)
9
25
 
26
+ > 29 April 2026
27
+
10
28
  - refactor(ci): add legacy root import guardrail [`#128`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/128)
30
+ - Release 2.12.13 [`2f4fa19`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/2f4fa193d3a3430459d0ec16c5d80e8f3c8a4545)
12
32
 
13
33
  #### [v2.12.12](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v2.12.11...v2.12.12)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "2.12.13",
3
+ "version": "2.12.15",
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",