@rockcarver/frodo-cli 0.18.2-11 → 0.18.2-12
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.18.2-12] - 2022-11-29
|
|
11
|
+
|
|
10
12
|
## [0.18.2-11] - 2022-11-26
|
|
11
13
|
|
|
12
14
|
## [0.18.2-10] - 2022-11-23
|
|
@@ -736,7 +738,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
736
738
|
- Fixed problem with adding connection profiles
|
|
737
739
|
- Miscellaneous bug fixes
|
|
738
740
|
|
|
739
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-
|
|
741
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-12...HEAD
|
|
742
|
+
|
|
743
|
+
[0.18.2-12]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-11...v0.18.2-12
|
|
740
744
|
|
|
741
745
|
[0.18.2-11]: https://github.com/rockcarver/frodo-cli/compare/v0.18.2-10...v0.18.2-11
|
|
742
746
|
|
package/package.json
CHANGED