@rockcarver/frodo-cli 2.0.0-21 → 2.0.0-22

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-21] - 2023-10-11
11
+
10
12
  ## [2.0.0-20] - 2023-10-11
11
13
 
12
14
  ## [2.0.0-19] - 2023-10-02
@@ -1355,7 +1357,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1355
1357
  - Fixed problem with adding connection profiles
1356
1358
  - Miscellaneous bug fixes
1357
1359
 
1358
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-20...HEAD
1360
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-21...HEAD
1361
+
1362
+ [2.0.0-21]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-20...v2.0.0-21
1359
1363
 
1360
1364
  [2.0.0-20]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-19...v2.0.0-20
1361
1365
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "2.0.0-21",
3
+ "version": "2.0.0-22",
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": [
@@ -107,7 +107,7 @@
107
107
  ]
108
108
  },
109
109
  "dependencies": {
110
- "@rockcarver/frodo-lib": "2.0.0-36",
110
+ "@rockcarver/frodo-lib": "2.0.0-37",
111
111
  "chokidar": "^3.5.3",
112
112
  "cli-progress": "^3.11.2",
113
113
  "cli-table3": "^0.6.3",