@rockcarver/frodo-cli 4.0.0-39 → 4.0.0-40
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 +1139 -1085
- 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-39] - 2026-04-03
|
|
11
|
+
|
|
10
12
|
## [4.0.0-38] - 2026-04-03
|
|
11
13
|
|
|
12
14
|
## [4.0.0-37] - 2026-03-30
|
|
@@ -2239,7 +2241,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2239
2241
|
- Fixed problem with adding connection profiles
|
|
2240
2242
|
- Miscellaneous bug fixes
|
|
2241
2243
|
|
|
2242
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2244
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-39...HEAD
|
|
2245
|
+
[4.0.0-39]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-38...v4.0.0-39
|
|
2243
2246
|
[4.0.0-38]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-37...v4.0.0-38
|
|
2244
2247
|
[4.0.0-37]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-36...v4.0.0-37
|
|
2245
2248
|
[4.0.0-36]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-35...v4.0.0-36
|