@rockcarver/frodo-cli 0.23.0 → 0.23.1-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.23.1-0] - 2023-02-27
|
|
11
|
+
|
|
10
12
|
## [0.23.0] - 2023-02-17
|
|
11
13
|
|
|
12
14
|
### Added
|
|
@@ -1062,7 +1064,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1062
1064
|
- Fixed problem with adding connection profiles
|
|
1063
1065
|
- Miscellaneous bug fixes
|
|
1064
1066
|
|
|
1065
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.23.0...HEAD
|
|
1067
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.23.1-0...HEAD
|
|
1068
|
+
|
|
1069
|
+
[0.23.1-0]: https://github.com/rockcarver/frodo-cli/compare/v0.23.0...v0.23.1-0
|
|
1066
1070
|
|
|
1067
1071
|
[0.23.0]: https://github.com/rockcarver/frodo-cli/compare/v0.22.3...v0.23.0
|
|
1068
1072
|
|
package/package.json
CHANGED