@hanna84/mcp-writing 1.6.1 → 1.6.3
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/README.md +1 -1
- 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
|
+
#### [v1.6.3](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v1.6.2...v1.6.3)
|
|
9
|
+
|
|
10
|
+
- docs: sync PRD with current app behavior [`#48`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/48)
|
|
12
|
+
|
|
13
|
+
#### [v1.6.2](https://github.com/hannasdev/mcp-writing.git
|
|
14
|
+
/compare/v1.6.1...v1.6.2)
|
|
15
|
+
|
|
16
|
+
> 19 April 2026
|
|
17
|
+
|
|
18
|
+
- docs: correct README license footer to AGPL-3.0-only [`#47`](https://github.com/hannasdev/mcp-writing.git
|
|
19
|
+
/pull/47)
|
|
20
|
+
- Release 1.6.2 [`27e92ab`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/27e92ab8718b4c5736cf901c479dc91ea8259be0)
|
|
22
|
+
|
|
7
23
|
#### [v1.6.1](https://github.com/hannasdev/mcp-writing.git
|
|
8
24
|
/compare/v1.6.0...v1.6.1)
|
|
9
25
|
|
|
26
|
+
> 19 April 2026
|
|
27
|
+
|
|
10
28
|
- fix: preflight prose writes and make canonical sheet creation idempotent [`#46`](https://github.com/hannasdev/mcp-writing.git
|
|
11
29
|
/pull/46)
|
|
30
|
+
- Release 1.6.1 [`b456e59`](https://github.com/hannasdev/mcp-writing.git
|
|
31
|
+
/commit/b456e59214d736ce250b66729a933645ab370f23)
|
|
12
32
|
|
|
13
33
|
#### [v1.6.0](https://github.com/hannasdev/mcp-writing.git
|
|
14
34
|
/compare/v1.5.2...v1.6.0)
|
package/README.md
CHANGED