@rockcarver/frodo-cli 0.12.3-1 → 0.12.3
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 +8 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.12.3
|
|
10
|
+
## [0.12.3] - 2022-09-01
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- \#24 - `frodo conn list` now showing the expected output
|
|
15
|
+
- \#25 - `npm run build` now running properly
|
|
13
16
|
|
|
14
17
|
## [0.12.2] - 2022-08-27
|
|
15
18
|
|
|
@@ -21,12 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
21
24
|
|
|
22
25
|
- \#16: 2nd-level commands in binary builds are working properly again (they were broken in all 0.11.x and 0.12.x builds)
|
|
23
26
|
|
|
24
|
-
## [0.12.2-2] - 2022-08-27 [YANKED]
|
|
25
|
-
|
|
26
|
-
## [0.12.2-1] - 2022-08-27 [YANKED]
|
|
27
|
-
|
|
28
|
-
## [0.12.2-0] - 2022-08-27 [YANKED]
|
|
29
|
-
|
|
30
27
|
## [0.12.1] - 2022-08-27 [YANKED]
|
|
31
28
|
|
|
32
29
|
## [0.12.0] - 2022-08-27 [YANKED]
|
|
@@ -453,7 +450,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
453
450
|
- Fixed problem with adding connection profiles
|
|
454
451
|
- Miscellaneous bug fixes
|
|
455
452
|
|
|
456
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.3
|
|
453
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.3...HEAD
|
|
454
|
+
|
|
455
|
+
[0.12.3]: https://github.com/rockcarver/frodo-cli/compare/v0.12.3-1...v0.12.3
|
|
457
456
|
|
|
458
457
|
[0.12.3-1]: https://github.com/rockcarver/frodo-cli/compare/v0.12.3-0...v0.12.3-1
|
|
459
458
|
|
package/package.json
CHANGED