@rockcarver/frodo-cli 0.24.1-0 → 0.24.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 +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.24.1
|
|
10
|
+
## [0.24.1] - 2023-05-22
|
|
11
11
|
|
|
12
12
|
### Added
|
|
13
13
|
|
|
@@ -1172,7 +1172,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1172
1172
|
- Fixed problem with adding connection profiles
|
|
1173
1173
|
- Miscellaneous bug fixes
|
|
1174
1174
|
|
|
1175
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.1
|
|
1175
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.1...HEAD
|
|
1176
|
+
|
|
1177
|
+
[0.24.1]: https://github.com/rockcarver/frodo-cli/compare/v0.24.1-0...v0.24.1
|
|
1176
1178
|
|
|
1177
1179
|
[0.24.1-0]: https://github.com/rockcarver/frodo-cli/compare/v0.24.1...v0.24.1-0
|
|
1178
1180
|
|
package/package.json
CHANGED