@rockcarver/frodo-cli 2.0.0-69 → 2.0.0-70
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 +1395 -1249
- 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
|
+
## [2.0.0-69] - 2024-07-15
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- \#418: Developer: Frodo provides a framework for commands to indicate which deployment types they support.
|
|
@@ -1655,7 +1657,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1655
1657
|
- Fixed problem with adding connection profiles
|
|
1656
1658
|
- Miscellaneous bug fixes
|
|
1657
1659
|
|
|
1658
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1660
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-69...HEAD
|
|
1661
|
+
[2.0.0-69]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-68...v2.0.0-69
|
|
1659
1662
|
[2.0.0-68]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-67...v2.0.0-68
|
|
1660
1663
|
[2.0.0-67]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-66...v2.0.0-67
|
|
1661
1664
|
[2.0.0-66]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-65...v2.0.0-66
|