@rockcarver/frodo-cli 4.0.0-46 → 4.0.0-47
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/dist/app.cjs +1741 -1497
- package/dist/app.cjs.map +1 -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
|
+
## [4.0.0-46] - 2026-04-20
|
|
11
|
+
|
|
10
12
|
## [4.0.0-45] - 2026-04-17
|
|
11
13
|
|
|
12
14
|
## [4.0.0-44] - 2026-04-17
|
|
@@ -2253,7 +2255,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2253
2255
|
- Fixed problem with adding connection profiles
|
|
2254
2256
|
- Miscellaneous bug fixes
|
|
2255
2257
|
|
|
2256
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2258
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-46...HEAD
|
|
2259
|
+
[4.0.0-46]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-45...v4.0.0-46
|
|
2257
2260
|
[4.0.0-45]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-44...v4.0.0-45
|
|
2258
2261
|
[4.0.0-44]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-43...v4.0.0-44
|
|
2259
2262
|
[4.0.0-43]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-42...v4.0.0-43
|