@rockcarver/frodo-cli 4.0.0-7 → 4.0.0-9
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 +4164 -3197
- package/dist/app.cjs.map +1 -1
- package/package.json +7 -6
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-8] - 2026-02-23
|
|
11
|
+
|
|
12
|
+
## [4.0.0-7] - 2026-02-22
|
|
13
|
+
|
|
10
14
|
## [4.0.0-6] - 2026-02-18
|
|
11
15
|
|
|
12
16
|
## [4.0.0-5] - 2026-02-06
|
|
@@ -2175,7 +2179,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2175
2179
|
- Fixed problem with adding connection profiles
|
|
2176
2180
|
- Miscellaneous bug fixes
|
|
2177
2181
|
|
|
2178
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2182
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-8...HEAD
|
|
2183
|
+
[4.0.0-8]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-7...v4.0.0-8
|
|
2184
|
+
[4.0.0-7]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-6...v4.0.0-7
|
|
2179
2185
|
[4.0.0-6]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-5...v4.0.0-6
|
|
2180
2186
|
[4.0.0-5]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...v4.0.0-5
|
|
2181
2187
|
[4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
|