@daften/fireflyiii-mcp 0.2.2-nightly.20260614T2019 → 0.2.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.
- package/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.2] - 2026-06-14
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
- Nightly builds: on nights `main` changes, the `publish.yml` workflow now also publishes an unstable prerelease to npm (`nightly` dist-tag), Docker (`ghcr.io/daften/fireflyiii-mcp:nightly`), and a GitHub pre-release. Release and nightly share one workflow file so they share the single npm trusted-publisher (OIDC) configuration. Default installs (`@latest` / `:latest`) are never affected. Install unreleased changes via `@daften/fireflyiii-mcp@nightly`.
|
|
12
14
|
|
|
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
64
66
|
- npm publish provenance via GitHub OIDC.
|
|
65
67
|
- GitHub Release auto-created from the tag annotation on each `v*` tag push.
|
|
66
68
|
|
|
67
|
-
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.2.
|
|
69
|
+
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.2.2...HEAD
|
|
70
|
+
[0.2.2]: https://github.com/daften/fireflyiii-mcp/compare/v0.2.1...v0.2.2
|
|
68
71
|
[0.2.1]: https://github.com/daften/fireflyiii-mcp/compare/v0.2.0...v0.2.1
|
|
69
72
|
[0.2.0]: https://github.com/daften/fireflyiii-mcp/compare/v0.1.1...v0.2.0
|
|
70
73
|
[0.1.1]: https://github.com/daften/fireflyiii-mcp/compare/v0.1.0...v0.1.1
|