@rockcarver/frodo-cli 3.1.1-0 → 3.1.1-1
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/.vscode/launch.json +1 -1
- package/CHANGELOG.md +4 -1
- package/dist/app.cjs +5935 -2074
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -1
package/.vscode/launch.json
CHANGED
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
|
+
## [3.1.1-0] - 2026-01-25
|
|
11
|
+
|
|
10
12
|
## [3.1.0] - 2026-01-22
|
|
11
13
|
|
|
12
14
|
## [3.0.10] - 2026-01-20
|
|
@@ -2107,7 +2109,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2107
2109
|
- Fixed problem with adding connection profiles
|
|
2108
2110
|
- Miscellaneous bug fixes
|
|
2109
2111
|
|
|
2110
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...HEAD
|
|
2112
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...HEAD
|
|
2113
|
+
[3.1.1-0]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...v3.1.1-0
|
|
2111
2114
|
[3.1.0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10...v3.1.0
|
|
2112
2115
|
[3.0.10]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-1...v3.0.10
|
|
2113
2116
|
[3.0.10-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-0...v3.0.10-1
|