@rockcarver/frodo-cli 4.0.0-29 → 4.0.0-30
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 +2936 -2752
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
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-29] - 2026-03-24
|
|
11
|
+
|
|
10
12
|
## [4.0.0-28] - 2026-03-24
|
|
11
13
|
|
|
12
14
|
## [4.0.0-27] - 2026-03-23
|
|
@@ -2219,7 +2221,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2219
2221
|
- Fixed problem with adding connection profiles
|
|
2220
2222
|
- Miscellaneous bug fixes
|
|
2221
2223
|
|
|
2222
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2224
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-29...HEAD
|
|
2225
|
+
[4.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-28...v4.0.0-29
|
|
2223
2226
|
[4.0.0-28]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-27...v4.0.0-28
|
|
2224
2227
|
[4.0.0-27]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-26...v4.0.0-27
|
|
2225
2228
|
[4.0.0-26]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-25...v4.0.0-26
|