@hanna84/mcp-writing 3.15.0 → 3.15.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 +7 -0
- package/package.json +2 -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.15.1](https://github.com/hannasdev/mcp-writing/compare/v3.15.0...v3.15.1)
|
|
8
|
+
|
|
9
|
+
- chore(security): add eslint security checks [`#211`](https://github.com/hannasdev/mcp-writing/pull/211)
|
|
10
|
+
|
|
7
11
|
#### [v3.15.0](https://github.com/hannasdev/mcp-writing/compare/v3.14.1...v3.15.0)
|
|
8
12
|
|
|
13
|
+
> 20 May 2026
|
|
14
|
+
|
|
9
15
|
- feat(sync): harden structural authority [`#210`](https://github.com/hannasdev/mcp-writing/pull/210)
|
|
16
|
+
- Release 3.15.0 [`8146269`](https://github.com/hannasdev/mcp-writing/commit/81462696b50a33b82bfb37ece8f41b39570b1874)
|
|
10
17
|
|
|
11
18
|
#### [v3.14.1](https://github.com/hannasdev/mcp-writing/compare/v3.14.0...v3.14.1)
|
|
12
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanna84/mcp-writing",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.1",
|
|
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",
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"@eslint/js": "^10.0.1",
|
|
111
111
|
"auto-changelog": "^2.5.1",
|
|
112
112
|
"eslint": "^10.3.0",
|
|
113
|
+
"eslint-plugin-security": "^4.0.0",
|
|
113
114
|
"globals": "^17.6.0",
|
|
114
115
|
"release-it": "^20.0.1"
|
|
115
116
|
},
|