@hanna84/mcp-writing 3.1.2 → 3.1.4

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
+ #### [v3.1.4](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v3.1.3...v3.1.4)
9
+
10
+ - docs(prd): extract onboarding into shared framework PRD [`#170`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/170)
12
+
13
+ #### [v3.1.3](https://github.com/hannasdev/mcp-writing.git
14
+ /compare/v3.1.2...v3.1.3)
15
+
16
+ > 3 May 2026
17
+
18
+ - chore(site): update branding, logo, and visual polish [`#169`](https://github.com/hannasdev/mcp-writing.git
19
+ /pull/169)
20
+ - Release 3.1.3 [`e68ce46`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/e68ce46e2a03b9e3adcc6d584d5e296814fdb95e)
22
+
7
23
  #### [v3.1.2](https://github.com/hannasdev/mcp-writing.git
8
24
  /compare/v3.1.1...v3.1.2)
9
25
 
26
+ > 3 May 2026
27
+
10
28
  - refactor: move styleguide skill output to skills/prose-styleguide/SKILL.md [`#168`](https://github.com/hannasdev/mcp-writing.git
11
29
  /pull/168)
30
+ - Release 3.1.2 [`5c22cea`](https://github.com/hannasdev/mcp-writing.git
31
+ /commit/5c22ceaf790659fe360f3126099518c0c9e7af01)
12
32
 
13
33
  #### [v3.1.1](https://github.com/hannasdev/mcp-writing.git
14
34
  /compare/v3.1.0...v3.1.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
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",