@hanna84/mcp-writing 3.9.0 → 3.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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,16 @@ 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.9.1](https://github.com/hannasdev/mcp-writing/compare/v3.9.0...v3.9.1)
|
|
8
|
+
|
|
9
|
+
- docs: add target architecture migration snapshot [`#197`](https://github.com/hannasdev/mcp-writing/pull/197)
|
|
10
|
+
|
|
7
11
|
#### [v3.9.0](https://github.com/hannasdev/mcp-writing/compare/v3.8.2...v3.9.0)
|
|
8
12
|
|
|
13
|
+
> 16 May 2026
|
|
14
|
+
|
|
9
15
|
- feat(chapters): align metadata tooling with chapter ids [`#196`](https://github.com/hannasdev/mcp-writing/pull/196)
|
|
16
|
+
- Release 3.9.0 [`83f30b0`](https://github.com/hannasdev/mcp-writing/commit/83f30b0aadfa7f380602a811454cdbbdc656cb17)
|
|
10
17
|
|
|
11
18
|
#### [v3.8.2](https://github.com/hannasdev/mcp-writing/compare/v3.8.1...v3.8.2)
|
|
12
19
|
|
package/package.json
CHANGED