@rockcarver/frodo-cli 0.19.2 → 0.19.3-0
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.19.3-0] - 2022-12-31
|
|
11
|
+
|
|
10
12
|
## [0.19.2] - 2022-12-30
|
|
11
13
|
|
|
12
14
|
## [0.19.1] - 2022-12-20
|
|
@@ -831,7 +833,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
831
833
|
- Fixed problem with adding connection profiles
|
|
832
834
|
- Miscellaneous bug fixes
|
|
833
835
|
|
|
834
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.19.
|
|
836
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.19.3-0...HEAD
|
|
837
|
+
|
|
838
|
+
[0.19.3-0]: https://github.com/rockcarver/frodo-cli/compare/v0.19.2...v0.19.3-0
|
|
835
839
|
|
|
836
840
|
[0.19.2]: https://github.com/rockcarver/frodo-cli/compare/v0.19.1...v0.19.2
|
|
837
841
|
|
package/package.json
CHANGED