@rockcarver/frodo-lib 0.12.1-0 → 0.12.1
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 +10 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.12.1
|
|
10
|
+
## [0.12.1] - 2022-08-27
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- \#4: New status and progress framework (reworked Console.js to be client-independent)
|
|
11
15
|
|
|
12
16
|
### Fixed
|
|
13
17
|
|
|
14
18
|
- \#22: Fixed a pipeline issue that broke `frodo-cli` binary builds.
|
|
15
19
|
|
|
16
|
-
## [0.12.0] - 2022-08-27
|
|
20
|
+
## [0.12.1-0] - 2022-08-27 [YANKED]
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- \#4: New status and progress framework (reworked Console.js to be client-independent)
|
|
22
|
+
## [0.12.0] - 2022-08-27 [YANKED]
|
|
21
23
|
|
|
22
24
|
## [0.11.1-8] - 2022-08-27
|
|
23
25
|
|
|
@@ -449,7 +451,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
449
451
|
- Fixed problem with adding connection profiles
|
|
450
452
|
- Miscellaneous bug fixes
|
|
451
453
|
|
|
452
|
-
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.12.1
|
|
454
|
+
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v0.12.1...HEAD
|
|
455
|
+
|
|
456
|
+
[0.12.1]: https://github.com/rockcarver/frodo-lib/compare/v0.12.1-0...v0.12.1
|
|
453
457
|
|
|
454
458
|
[0.12.1-0]: https://github.com/rockcarver/frodo-lib/compare/v0.12.0...v0.12.1-0
|
|
455
459
|
|