@rockcarver/frodo-cli 4.0.0-20 → 4.0.0-21
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 +9609 -1992
- 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-20] - 2026-03-18
|
|
11
|
+
|
|
10
12
|
## [4.0.0-19] - 2026-03-17
|
|
11
13
|
|
|
12
14
|
## [4.0.0-18] - 2026-03-12
|
|
@@ -2201,7 +2203,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2201
2203
|
- Fixed problem with adding connection profiles
|
|
2202
2204
|
- Miscellaneous bug fixes
|
|
2203
2205
|
|
|
2204
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2206
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-20...HEAD
|
|
2207
|
+
[4.0.0-20]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-19...v4.0.0-20
|
|
2205
2208
|
[4.0.0-19]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-18...v4.0.0-19
|
|
2206
2209
|
[4.0.0-18]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-17...v4.0.0-18
|
|
2207
2210
|
[4.0.0-17]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-16...v4.0.0-17
|