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