@rockcarver/frodo-cli 2.0.0-16 → 2.0.0-17

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
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-16] - 2023-09-08
11
+
10
12
  ## [2.0.0-15] - 2023-08-17
11
13
 
12
14
  ### Fixed
@@ -1345,7 +1347,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1345
1347
  - Fixed problem with adding connection profiles
1346
1348
  - Miscellaneous bug fixes
1347
1349
 
1348
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-15...HEAD
1350
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-16...HEAD
1351
+
1352
+ [2.0.0-16]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-15...v2.0.0-16
1349
1353
 
1350
1354
  [2.0.0-15]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-14...v2.0.0-15
1351
1355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "2.0.0-16",
3
+ "version": "2.0.0-17",
4
4
  "type": "module",
5
5
  "description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
6
6
  "keywords": [
@@ -104,7 +104,7 @@
104
104
  ]
105
105
  },
106
106
  "dependencies": {
107
- "@rockcarver/frodo-lib": "2.0.0-26",
107
+ "@rockcarver/frodo-lib": "2.0.0-27",
108
108
  "chokidar": "^3.5.3",
109
109
  "cli-progress": "^3.11.2",
110
110
  "cli-table3": "^0.6.3",