@hanna84/mcp-writing 1.11.3 → 1.11.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.
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.11.4](https://github.com/hannasdev/mcp-writing.git
8
+ /compare/v1.11.3...v1.11.4)
9
+
10
+ - fix: add async-progress.js to package files allowlist [`#63`](https://github.com/hannasdev/mcp-writing.git
11
+ /pull/63)
12
+
7
13
  #### [v1.11.3](https://github.com/hannasdev/mcp-writing.git
8
14
  /compare/v1.11.2...v1.11.3)
9
15
 
16
+ > 23 April 2026
17
+
10
18
  - docs: reorganize AI-first documentation into scoped instructions [`#62`](https://github.com/hannasdev/mcp-writing.git
11
19
  /pull/62)
20
+ - Release 1.11.3 [`6a59cb2`](https://github.com/hannasdev/mcp-writing.git
21
+ /commit/6a59cb23efd9010390f0cb5a4f09f42d88c080fa)
12
22
 
13
23
  #### [v1.11.2](https://github.com/hannasdev/mcp-writing.git
14
24
  /compare/v1.11.1...v1.11.2)
@@ -0,0 +1 @@
1
+ export const ASYNC_PROGRESS_PREFIX = "__MCP_ASYNC_PROGRESS__ ";
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
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",
7
7
  "files": [
8
8
  "index.js",
9
+ "async-progress.js",
9
10
  "scrivener-direct.js",
10
11
  "importer.js",
11
12
  "db.js",