@hanna84/mcp-writing 2.12.0 → 2.12.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 +10 -0
- 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
|
+
#### [v2.12.1](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v2.12.0...v2.12.1)
|
|
9
|
+
|
|
10
|
+
- docs(prd): organize proposal and resolved question notes [`#112`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/112)
|
|
12
|
+
|
|
7
13
|
#### [v2.12.0](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v2.11.1...v2.12.0)
|
|
9
15
|
|
|
16
|
+
> 27 April 2026
|
|
17
|
+
|
|
10
18
|
- feat(registry): publish mcp-writing to the MCP Registry [`#114`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/114)
|
|
20
|
+
- Release 2.12.0 [`2d51dcd`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/2d51dcd1772c9c4cbd6a90951ebed4d8cac88b32)
|
|
12
22
|
|
|
13
23
|
#### [v2.11.1](https://github.com/hannasdev/mcp-writing.git
|
|
14
24
|
/compare/v2.11.0...v2.11.1)
|
package/package.json
CHANGED