@daften/fireflyiii-mcp 0.4.1 → 0.4.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 +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.2] - 2026-08-04
11
+
12
+ ### Security
13
+
14
+ - chore(deps): Bump the security-fixes group across 1 directory with 2 updates (automated security release)
15
+
10
16
  ## [0.4.1] - 2026-08-04
11
17
 
12
18
  ### Security
@@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138
144
  - npm publish provenance via GitHub OIDC.
139
145
  - GitHub Release auto-created from the tag annotation on each `v*` tag push.
140
146
 
141
- [Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.1...HEAD
147
+ [Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.2...HEAD
148
+ [0.4.2]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.1...v0.4.2
142
149
  [0.4.1]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.0...v0.4.1
143
150
  [0.4.0]: https://github.com/daften/fireflyiii-mcp/compare/v0.3.4...v0.4.0
144
151
  [0.3.4]: https://github.com/daften/fireflyiii-mcp/compare/v0.3.3...v0.3.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daften/fireflyiii-mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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.12.31"
61
+ "hono": "^4.13.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@biomejs/biome": "2.5.6",