@rockcarver/frodo-cli 0.16.0 → 0.16.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 +19 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.16.1] - 2022-10-11
11
+
12
+ ### Changed
13
+
14
+ - Updated frodo-lib to 0.14.1
15
+ - Release name is now prefixed with `Frodo CLI` for clarity in notifications.
16
+
17
+ ### Added
18
+
19
+ - rockcarver/frodo-cli#70: Added ability to create custom logging noise filters
20
+ - \#76, #77, #78, #79: `frodo theme import` command now supports `--debug` and `--verbose` flags. Other commands may register the new cli options as well. Most output is expected to come from the library layer but cli commands may also issue `verbose` and `debug` message.
21
+
22
+ ### Fixed
23
+
24
+ - rockcarver/frodo-lib#116: Frodo now properly imports themes.
25
+
10
26
  ## [0.16.0] - 2022-10-11
11
27
 
12
28
  ### Changed
@@ -633,7 +649,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
633
649
  - Fixed problem with adding connection profiles
634
650
  - Miscellaneous bug fixes
635
651
 
636
- [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.16.0...HEAD
652
+ [Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.16.1...HEAD
653
+
654
+ [0.16.1]: https://github.com/rockcarver/frodo-cli/compare/v0.16.0...v0.16.1
637
655
 
638
656
  [0.16.0]: https://github.com/rockcarver/frodo-cli/compare/v0.15.1...v0.16.0
639
657
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockcarver/frodo-cli",
3
- "version": "0.16.0",
3
+ "version": "0.16.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": [
@@ -88,7 +88,7 @@
88
88
  ]
89
89
  },
90
90
  "dependencies": {
91
- "@rockcarver/frodo-lib": "0.14.0",
91
+ "@rockcarver/frodo-lib": "0.14.1",
92
92
  "cli-progress": "^3.11.2",
93
93
  "cli-table3": "^0.6.2",
94
94
  "colors": "^1.4.0",