@rockcarver/frodo-cli 0.12.2-0 → 0.12.2-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 +5 -1
- package/package.json +1 -1
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
|
+
## [0.12.2-1] - 2022-08-27
|
|
11
|
+
|
|
10
12
|
## [0.12.2-0] - 2022-08-27
|
|
11
13
|
|
|
12
14
|
## [0.12.1] - 2022-08-27
|
|
@@ -439,7 +441,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
439
441
|
- Fixed problem with adding connection profiles
|
|
440
442
|
- Miscellaneous bug fixes
|
|
441
443
|
|
|
442
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-
|
|
444
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-1...HEAD
|
|
445
|
+
|
|
446
|
+
[0.12.2-1]: https://github.com/rockcarver/frodo-cli/compare/v0.12.2-0...v0.12.2-1
|
|
443
447
|
|
|
444
448
|
[0.12.2-0]: https://github.com/rockcarver/frodo-cli/compare/v0.12.1...v0.12.2-0
|
|
445
449
|
|
package/package.json
CHANGED