@daften/fireflyiii-mcp 0.4.4 → 0.4.5

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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.4.5] - 2026-09-11
11
+
12
+ ### Security
13
+
14
+ - chore(deps): Bump hono from 4.13.0 to 4.13.7 in the security-fixes group across 1 directory (automated security release)
15
+
10
16
  ## [0.4.4] - 2026-09-05
11
17
 
12
18
  ### Security
@@ -159,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
165
  - npm publish provenance via GitHub OIDC.
160
166
  - GitHub Release auto-created from the tag annotation on each `v*` tag push.
161
167
 
162
- [Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.4...HEAD
168
+ [Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.5...HEAD
169
+ [0.4.5]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.4...v0.4.5
163
170
  [0.4.4]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.3...v0.4.4
164
171
  [0.4.3]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.2...v0.4.3
165
172
  [0.4.2]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.1...v0.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daften/fireflyiii-mcp",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "MCP server for Firefly III personal finance manager",
5
5
  "type": "module",
6
6
  "bin": {
@@ -58,7 +58,7 @@
58
58
  "overrides": {
59
59
  "@hono/node-server": "^2.0.5",
60
60
  "esbuild": "^0.28.1",
61
- "hono": "^4.13.0"
61
+ "hono": "^4.13.7"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@biomejs/biome": "2.5.6",