@hanna84/mcp-writing 1.9.0 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,11 +4,21 @@ 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.9.1](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.9.0...v1.9.1)
9
+
10
+ - docs: reorganize PRD structure and move OpenClaw integration to in-progress [`#54`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/54)
12
+
7
13
  #### [v1.9.0](https://github.com/hannasdev/mcp-writing.git
8
14
  /compare/v1.8.1...v1.9.0)
9
15
 
16
+ > 20 April 2026
17
+
10
18
  - feat: add status field to update_scene_metadata and add update_place_sheet tool [`#53`](https://github.com/hannasdev/mcp-writing.git
11
19
  /pull/53)
20
+ - Release 1.9.0 [`1bc4ba0`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/1bc4ba0bd2c893f63073614e6b1350b28997b1ef)
12
22
 
13
23
  #### [v1.8.1](https://github.com/hannasdev/mcp-writing.git
14
24
  /compare/v1.8.0...v1.8.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
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",