@rockcarver/frodo-cli 0.24.4-1 → 0.24.4
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 +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ 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] - 2023-05-30
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Build pipeline for automatically updating homebrew formula for frodo-cli
|
|
15
|
+
|
|
16
|
+
## [0.24.4-2] - 2023-05-30
|
|
17
|
+
|
|
10
18
|
## [0.24.4-1] - 2023-05-29
|
|
11
19
|
|
|
12
20
|
## [0.24.4-0] - 2023-05-29
|
|
@@ -1186,7 +1194,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1186
1194
|
- Fixed problem with adding connection profiles
|
|
1187
1195
|
- Miscellaneous bug fixes
|
|
1188
1196
|
|
|
1189
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4
|
|
1197
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4...HEAD
|
|
1198
|
+
|
|
1199
|
+
[0.24.4]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4-2...v0.24.4
|
|
1200
|
+
|
|
1201
|
+
[0.24.4-2]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4-1...v0.24.4-2
|
|
1190
1202
|
|
|
1191
1203
|
[0.24.4-1]: https://github.com/rockcarver/frodo-cli/compare/v0.24.4-0...v0.24.4-1
|
|
1192
1204
|
|
package/package.json
CHANGED