@hanna84/mcp-writing 3.4.3 → 3.4.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. 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.4.4](https://github.com/hannasdev/mcp-writing/compare/v3.4.3...v3.4.4)
8
+
9
+ - chore(copilot): tune instructions based on analysis [`#181`](https://github.com/hannasdev/mcp-writing/pull/181)
10
+
7
11
  #### [v3.4.3](https://github.com/hannasdev/mcp-writing/compare/v3.4.2...v3.4.3)
8
12
 
13
+ > 7 May 2026
14
+
9
15
  - chore: track VS Code existing-config setup rollout and add guardrail test [`#180`](https://github.com/hannasdev/mcp-writing/pull/180)
16
+ - Release 3.4.3 [`8cfa011`](https://github.com/hannasdev/mcp-writing/commit/8cfa011e523b746055f984bb6fc61de1881eb0a3)
10
17
 
11
18
  #### [v3.4.2](https://github.com/hannasdev/mcp-writing/compare/v3.4.1...v3.4.2)
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
5
5
  "homepage": "https://hannasdev.github.io/mcp-writing/",
6
6
  "type": "module",