@hanna84/mcp-writing 3.6.1 → 3.6.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.
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.6.2](https://github.com/hannasdev/mcp-writing/compare/v3.6.1...v3.6.2)
8
+
9
+ - docs(prd): close out beta-reader accountability feature [`#190`](https://github.com/hannasdev/mcp-writing/pull/190)
10
+
7
11
  #### [v3.6.1](https://github.com/hannasdev/mcp-writing/compare/v3.6.0...v3.6.1)
8
12
 
13
+ > 14 May 2026
14
+
9
15
  - chore(deps): Bump fast-uri in the npm_and_yarn group across 1 directory [`#188`](https://github.com/hannasdev/mcp-writing/pull/188)
16
+ - Release 3.6.1 [`2e20d9f`](https://github.com/hannasdev/mcp-writing/commit/2e20d9f820d8793a843f6b9bb149c1693c3636cb)
10
17
 
11
18
  #### [v3.6.0](https://github.com/hannasdev/mcp-writing/compare/v3.5.5...v3.6.0)
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanna84/mcp-writing",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
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",