@rockcarver/frodo-cli 0.24.6-3 → 1.0.0-1
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.6-3] - 2023-06-30
|
|
11
|
+
|
|
10
12
|
## [0.24.6-2] - 2023-06-22
|
|
11
13
|
|
|
12
14
|
## [0.24.6-1] - 2023-06-22
|
|
@@ -1236,7 +1238,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1236
1238
|
- Fixed problem with adding connection profiles
|
|
1237
1239
|
- Miscellaneous bug fixes
|
|
1238
1240
|
|
|
1239
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.6-
|
|
1241
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.6-3...HEAD
|
|
1242
|
+
|
|
1243
|
+
[0.24.6-3]: https://github.com/rockcarver/frodo-cli/compare/v0.24.6-2...v0.24.6-3
|
|
1240
1244
|
|
|
1241
1245
|
[0.24.6-2]: https://github.com/rockcarver/frodo-cli/compare/v0.24.6-1...v0.24.6-2
|
|
1242
1246
|
|
package/package.json
CHANGED