@rockcarver/frodo-cli 4.0.0-12 → 4.0.0-13
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 +8529 -2834
- 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-12] - 2026-02-27
|
|
11
|
+
|
|
10
12
|
## [4.0.0-11] - 2026-02-24
|
|
11
13
|
|
|
12
14
|
## [4.0.0-10] - 2026-02-23
|
|
@@ -2185,7 +2187,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2185
2187
|
- Fixed problem with adding connection profiles
|
|
2186
2188
|
- Miscellaneous bug fixes
|
|
2187
2189
|
|
|
2188
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2190
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-12...HEAD
|
|
2191
|
+
[4.0.0-12]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-11...v4.0.0-12
|
|
2189
2192
|
[4.0.0-11]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-10...v4.0.0-11
|
|
2190
2193
|
[4.0.0-10]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-9...v4.0.0-10
|
|
2191
2194
|
[4.0.0-9]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-8...v4.0.0-9
|