@daften/fireflyiii-mcp 0.4.0 → 0.4.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 +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.1] - 2026-08-04
|
|
11
|
+
|
|
12
|
+
### Security
|
|
13
|
+
|
|
14
|
+
- chore(deps): Bump ip-address from 10.2.0 to 10.4.0 in the security-fixes group across 1 directory (automated security release)
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- `auto-merge.yml` never actually enabled auto-merge on Dependabot security PRs: the `dependabot/fetch-metadata` step omitted `alert-lookup: true`, so `alert-state` was always empty and the merge step's guard condition was never true. Added `alert-lookup: true` to populate it.
|
|
18
|
+
|
|
10
19
|
## [0.4.0] - 2026-08-02
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -129,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
129
138
|
- npm publish provenance via GitHub OIDC.
|
|
130
139
|
- GitHub Release auto-created from the tag annotation on each `v*` tag push.
|
|
131
140
|
|
|
132
|
-
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.
|
|
141
|
+
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.1...HEAD
|
|
142
|
+
[0.4.1]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.0...v0.4.1
|
|
133
143
|
[0.4.0]: https://github.com/daften/fireflyiii-mcp/compare/v0.3.4...v0.4.0
|
|
134
144
|
[0.3.4]: https://github.com/daften/fireflyiii-mcp/compare/v0.3.3...v0.3.4
|
|
135
145
|
[0.3.3]: https://github.com/daften/fireflyiii-mcp/compare/v0.3.2...v0.3.3
|