@rockcarver/frodo-cli 0.12.2-2 → 0.12.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 +15 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.12.2
|
|
10
|
+
## [0.12.2] - 2022-08-27
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
### Changed
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
- \#3: `frodo-cli` now uses the new callback based progress indicator and message display framework in `frodo-lib 0.12.0`
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
### Fixed
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
- \#16: 2nd-level commands in binary builds are working properly again (they were broken in all 0.11.x and 0.12.x builds)
|
|
19
19
|
|
|
20
|
-
-
|
|
20
|
+
## [0.12.2-2] - 2022-08-27 [YANKED]
|
|
21
|
+
|
|
22
|
+
## [0.12.2-1] - 2022-08-27 [YANKED]
|
|
23
|
+
|
|
24
|
+
## [0.12.2-0] - 2022-08-27 [YANKED]
|
|
25
|
+
|
|
26
|
+
## [0.12.1] - 2022-08-27 [YANKED]
|
|
21
27
|
|
|
22
28
|
## [0.12.0] - 2022-08-27 [YANKED]
|
|
23
29
|
|
|
@@ -443,7 +449,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
443
449
|
- Fixed problem with adding connection profiles
|
|
444
450
|
- Miscellaneous bug fixes
|
|
445
451
|
|
|
446
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2
|
|
452
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2...HEAD
|
|
453
|
+
|
|
454
|
+
[0.12.2]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-2...v0.12.2
|
|
447
455
|
|
|
448
456
|
[0.12.2-2]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-1...v0.12.2-2
|
|
449
457
|
|
package/package.json
CHANGED