@rockcarver/frodo-cli 3.0.5 → 3.1.0
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 +958 -932
- 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
|
+
## [3.0.5] - 2025-04-07
|
|
11
|
+
|
|
10
12
|
### Fixed
|
|
11
13
|
|
|
12
14
|
- \#494: Frodo CLI now properly imports script from separate files using `frodo script import -A`.
|
|
@@ -2071,7 +2073,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2071
2073
|
- Fixed problem with adding connection profiles
|
|
2072
2074
|
- Miscellaneous bug fixes
|
|
2073
2075
|
|
|
2074
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2076
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...HEAD
|
|
2077
|
+
[3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
|
|
2075
2078
|
[3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
|
|
2076
2079
|
[3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1
|
|
2077
2080
|
[3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0
|