@hanna84/mcp-writing 3.3.0 → 3.3.2
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
|
+
#### [v3.3.2](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v3.3.1...v3.3.2)
|
|
9
|
+
|
|
10
|
+
- docs: split PRD overview and add client-agnostic setup PRD [`#175`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/175)
|
|
12
|
+
|
|
13
|
+
#### [v3.3.1](https://github.com/hannasdev/mcp-writing.git
|
|
14
|
+
/compare/v3.3.0...v3.3.1)
|
|
15
|
+
|
|
16
|
+
> 3 May 2026
|
|
17
|
+
|
|
18
|
+
- fix(review-comments): enforce command-specific flags and add failure-path tests [`#174`](https://github.com/hannasdev/mcp-writing.git
|
|
19
|
+
/pull/174)
|
|
20
|
+
- Release 3.3.1 [`736bc90`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/736bc90a224885b700b5de331a2f9e333a11f1c8)
|
|
22
|
+
|
|
7
23
|
#### [v3.3.0](https://github.com/hannasdev/mcp-writing.git
|
|
8
24
|
/compare/v3.2.1...v3.3.0)
|
|
9
25
|
|
|
26
|
+
> 3 May 2026
|
|
27
|
+
|
|
10
28
|
- feat(styleguide): formalize review mode output contract [`#173`](https://github.com/hannasdev/mcp-writing.git
|
|
11
29
|
/pull/173)
|
|
30
|
+
- Release 3.3.0 [`233f471`](https://github.com/hannasdev/mcp-writing.git
|
|
31
|
+
/commit/233f471979802dda5d226a94bb03ff01a08dc819)
|
|
12
32
|
|
|
13
33
|
#### [v3.2.1](https://github.com/hannasdev/mcp-writing.git
|
|
14
34
|
/compare/v3.2.0...v3.2.1)
|
package/package.json
CHANGED