@rockcarver/frodo-cli 0.24.3 → 0.24.4-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.24.4-0] - 2023-05-29
|
|
11
|
+
|
|
10
12
|
## [0.24.3] - 2023-05-25
|
|
11
13
|
|
|
12
14
|
### Changed
|
|
@@ -1182,7 +1184,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1182
1184
|
- Fixed problem with adding connection profiles
|
|
1183
1185
|
- Miscellaneous bug fixes
|
|
1184
1186
|
|
|
1185
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.
|
|
1187
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4-0...HEAD
|
|
1188
|
+
|
|
1189
|
+
[0.24.4-0]: https://github.com/rockcarver/frodo-cli/compare/v0.24.3...v0.24.4-0
|
|
1186
1190
|
|
|
1187
1191
|
[0.24.3]: https://github.com/rockcarver/frodo-cli/compare/v0.24.1...v0.24.3
|
|
1188
1192
|
|
package/package.json
CHANGED