@rockcarver/frodo-cli 2.0.0-68 → 2.0.0-69
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 +13 -1
- package/dist/app.cjs +478 -270
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- \#418: Developer: Frodo provides a framework for commands to indicate which deployment types they support.
|
|
13
|
+
- \#419: Developer: Updated command template with usage samples
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Update to frodo-lib 2.0.0-95
|
|
18
|
+
|
|
19
|
+
## [2.0.0-68] - 2024-07-12
|
|
20
|
+
|
|
10
21
|
## [2.0.0-67] - 2024-07-11
|
|
11
22
|
|
|
12
23
|
### Added
|
|
@@ -1644,7 +1655,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1644
1655
|
- Fixed problem with adding connection profiles
|
|
1645
1656
|
- Miscellaneous bug fixes
|
|
1646
1657
|
|
|
1647
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1658
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-68...HEAD
|
|
1659
|
+
[2.0.0-68]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-67...v2.0.0-68
|
|
1648
1660
|
[2.0.0-67]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-66...v2.0.0-67
|
|
1649
1661
|
[2.0.0-66]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-65...v2.0.0-66
|
|
1650
1662
|
[2.0.0-65]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-64...v2.0.0-65
|