@rockcarver/frodo-cli 2.0.0-20 → 2.0.0-21
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-20] - 2023-10-11
|
|
11
|
+
|
|
10
12
|
## [2.0.0-19] - 2023-10-02
|
|
11
13
|
|
|
12
14
|
## [2.0.0-18] - 2023-10-02
|
|
@@ -1353,7 +1355,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1353
1355
|
- Fixed problem with adding connection profiles
|
|
1354
1356
|
- Miscellaneous bug fixes
|
|
1355
1357
|
|
|
1356
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1358
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-20...HEAD
|
|
1359
|
+
|
|
1360
|
+
[2.0.0-20]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-19...v2.0.0-20
|
|
1357
1361
|
|
|
1358
1362
|
[2.0.0-19]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-18...v2.0.0-19
|
|
1359
1363
|
|
package/package.json
CHANGED