@rockcarver/frodo-cli 2.0.0-1 → 2.0.0-3
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
|
+
## [2.0.0-3] - 2023-06-15
|
|
11
|
+
|
|
12
|
+
## [2.0.0-2] - 2023-06-15
|
|
13
|
+
|
|
10
14
|
## [2.0.0-1] - 2023-06-15
|
|
11
15
|
|
|
12
16
|
## [0.24.5] - 2023-05-31
|
|
@@ -1202,7 +1206,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1202
1206
|
- Fixed problem with adding connection profiles
|
|
1203
1207
|
- Miscellaneous bug fixes
|
|
1204
1208
|
|
|
1205
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1209
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-3...HEAD
|
|
1210
|
+
|
|
1211
|
+
[2.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-2...v2.0.0-3
|
|
1212
|
+
|
|
1213
|
+
[2.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-1...v2.0.0-2
|
|
1206
1214
|
|
|
1207
1215
|
[2.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v0.24.5...v2.0.0-1
|
|
1208
1216
|
|
package/package.json
CHANGED