@rockcarver/frodo-cli 4.0.0-1 → 4.0.0-2
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 +2842 -710
- 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-1] - 2026-01-26
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Updated to Frodo Lib 4.0.0
|
|
@@ -2127,7 +2129,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2127
2129
|
- Fixed problem with adding connection profiles
|
|
2128
2130
|
- Miscellaneous bug fixes
|
|
2129
2131
|
|
|
2130
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/
|
|
2132
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...HEAD
|
|
2133
|
+
[4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
|
|
2131
2134
|
[3.1.1-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...v3.1.1-1
|
|
2132
2135
|
[3.1.1-0]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...v3.1.1-0
|
|
2133
2136
|
[3.1.0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10...v3.1.0
|