@oclif/command
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -5,3 +5,3 @@ # Changelog | ||
### [1.8.5](https://github.com/oclif/command/compare/v1.8.4...v1.8.5) (2021-11-29) | ||
### [1.8.6](https://github.com/oclif/command/compare/v1.8.5...v1.8.6) (2021-11-29) | ||
@@ -11,4 +11,13 @@ | ||
* bump once more ([#277](https://github.com/oclif/command/issues/277)) ([23ffce7](https://github.com/oclif/command/commit/23ffce74ce02285f664b2bbc02748411dbf1c7f1)) | ||
## [1.8.5](https://github.com/oclif/command/compare/v1.8.4...v1.8.5) (2021-11-29) | ||
### Bug Fixes | ||
* remove lodash.template transitive dep ([#274](https://github.com/oclif/command/issues/274)) ([6211a83](https://github.com/oclif/command/commit/6211a834478620e20a388f90639b35052e612d24)) | ||
## [1.8.4](https://github.com/oclif/command/compare/v1.8.3...v1.8.4) (2021-11-23) | ||
@@ -15,0 +24,0 @@ |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -11,3 +11,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/parser": "^3.8.6", | ||
"@oclif/plugin-help": "^3.2.7", | ||
"@oclif/plugin-help": "^3.2.8", | ||
"debug": "^4.1.1", | ||
@@ -17,3 +17,3 @@ "semver": "^7.3.2" | ||
"devDependencies": { | ||
"@oclif/plugin-plugins": "^1.10.3", | ||
"@oclif/plugin-plugins": "^1.10.4", | ||
"@types/chai": "^4.1.7", | ||
@@ -20,0 +20,0 @@ "@types/mocha": "^8.0.0", |
61885
Updated@oclif/plugin-help@^3.2.8