@hanna84/mcp-writing 2.12.17 → 2.12.19
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/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
|
+
#### [v2.12.19](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v2.12.18...v2.12.19)
|
|
9
|
+
|
|
10
|
+
- docs: shift PRD roadmap to continuous development [`#144`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/144)
|
|
12
|
+
|
|
13
|
+
#### [v2.12.18](https://github.com/hannasdev/mcp-writing.git
|
|
14
|
+
/compare/v2.12.17...v2.12.18)
|
|
15
|
+
|
|
16
|
+
> 30 April 2026
|
|
17
|
+
|
|
18
|
+
- docs(prd): mark root structure reorganization complete [`#141`](https://github.com/hannasdev/mcp-writing.git
|
|
19
|
+
/pull/141)
|
|
20
|
+
- Release 2.12.18 [`4a13888`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/4a138884e301c24be504dfee90de3f388317a240)
|
|
22
|
+
|
|
7
23
|
#### [v2.12.17](https://github.com/hannasdev/mcp-writing.git
|
|
8
24
|
/compare/v2.12.16...v2.12.17)
|
|
9
25
|
|
|
26
|
+
> 30 April 2026
|
|
27
|
+
|
|
10
28
|
- fix: restrict package files allowlist after src test move [`#140`](https://github.com/hannasdev/mcp-writing.git
|
|
11
29
|
/pull/140)
|
|
30
|
+
- Release 2.12.17 [`e594da9`](https://github.com/hannasdev/mcp-writing.git
|
|
31
|
+
/commit/e594da9ba71e3f27d8b1b432de9a30c7b3af9c7e)
|
|
12
32
|
|
|
13
33
|
#### [v2.12.16](https://github.com/hannasdev/mcp-writing.git
|
|
14
34
|
/compare/v2.12.15...v2.12.16)
|
package/package.json
CHANGED