@rockcarver/frodo-cli 2.0.0-25 → 2.0.0-26
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
|
+
## [2.0.0-25] - 2023-10-19
|
|
11
|
+
|
|
10
12
|
## [2.0.0-24] - 2023-10-15
|
|
11
13
|
|
|
12
14
|
## [2.0.0-23] - 2023-10-14
|
|
@@ -1363,7 +1365,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1363
1365
|
- Fixed problem with adding connection profiles
|
|
1364
1366
|
- Miscellaneous bug fixes
|
|
1365
1367
|
|
|
1366
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1368
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-25...HEAD
|
|
1369
|
+
|
|
1370
|
+
[2.0.0-25]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-24...v2.0.0-25
|
|
1367
1371
|
|
|
1368
1372
|
[2.0.0-24]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-23...v2.0.0-24
|
|
1369
1373
|
|
package/package.json
CHANGED