@rockcarver/frodo-cli 4.0.0-14 → 4.0.0-16
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 +7 -1
- package/dist/app.cjs +1805 -1475
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ 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-15] - 2026-03-05
|
|
11
|
+
|
|
12
|
+
## [4.0.0-14] - 2026-03-03
|
|
13
|
+
|
|
10
14
|
## [4.0.0-13] - 2026-03-02
|
|
11
15
|
|
|
12
16
|
## [4.0.0-12] - 2026-02-27
|
|
@@ -2189,7 +2193,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2189
2193
|
- Fixed problem with adding connection profiles
|
|
2190
2194
|
- Miscellaneous bug fixes
|
|
2191
2195
|
|
|
2192
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2196
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-15...HEAD
|
|
2197
|
+
[4.0.0-15]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-14...v4.0.0-15
|
|
2198
|
+
[4.0.0-14]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-13...v4.0.0-14
|
|
2193
2199
|
[4.0.0-13]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-12...v4.0.0-13
|
|
2194
2200
|
[4.0.0-12]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-11...v4.0.0-12
|
|
2195
2201
|
[4.0.0-11]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-10...v4.0.0-11
|