@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. 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.1...HEAD
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daften/fireflyiii-mcp",
3
- "version": "0.2.2-nightly.20260614T2019",
3
+ "version": "0.2.2",
4
4
  "description": "MCP server for Firefly III personal finance manager",
5
5
  "type": "module",
6
6
  "bin": {