@rockcarver/frodo-cli 0.19.5-0 → 0.19.5-1

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
+ ## [0.19.5-1] - 2023-01-12
11
+
10
12
  ## [0.19.5-0] - 2023-01-12
11
13
 
12
14
  ## [0.19.4] - 2023-01-09
@@ -845,7 +847,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
845
847
  - Fixed problem with adding connection profiles
846
848
  - Miscellaneous bug fixes
847
849
 
848
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.19.5-0...HEAD
850
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.19.5-1...HEAD
851
+
852
+ [0.19.5-1]: https://github.com/rockcarver/frodo-cli/compare/v0.19.5-0...v0.19.5-1
849
853
 
850
854
  [0.19.5-0]: https://github.com/rockcarver/frodo-cli/compare/v0.19.4...v0.19.5-0
851
855
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "0.19.5-0",
3
+ "version": "0.19.5-1",
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": [
@@ -103,7 +103,7 @@
103
103
  ]
104
104
  },
105
105
  "dependencies": {
106
- "@rockcarver/frodo-lib": "0.17.8-1",
106
+ "@rockcarver/frodo-lib": "0.17.8-3",
107
107
  "cli-progress": "^3.11.2",
108
108
  "cli-table3": "^0.6.3",
109
109
  "colors": "^1.4.0",