diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b249efa..3c4c7aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [1.8.3](https://github.com/oclif/command/compare/v1.8.0...v1.8.3) (2021-11-18) +### [1.8.4](https://github.com/oclif/command/compare/v1.8.3...v1.8.4) (2021-11-23) ### Bug Fixes -* apply sf orb for circle ([#270](https://github.com/oclif/command/issues/270)) ([d24409b](https://github.com/oclif/command/commit/d24409badb713418132c684b1d1e51538804a826)) -* bump plugin-help version ([#268](https://github.com/oclif/command/issues/268)) ([ddfe384](https://github.com/oclif/command/commit/ddfe384cad8158d53d3be3112828598d60a0aa35)) -* circular dependencies ([#165](https://github.com/oclif/command/issues/165)) ([780e1df](https://github.com/oclif/command/commit/780e1df947fd26f01786e19898436bce34b58ea4)) -* force a release ([443d94f](https://github.com/oclif/command/commit/443d94f05a3427bfac7d9545b8ee0ef86dae2585)) -* force release ([e2eaff3](https://github.com/oclif/command/commit/e2eaff3906d6b2e7b7e99857916e5f2072d2f924)) +* remove dep on lodash.template ([#271](https://github.com/oclif/command/issues/271)) ([2eb9002](https://github.com/oclif/command/commit/2eb900247cd026a5fc240bf0855f420ed48c775f)) ## [1.8.3](https://github.com/oclif/command/compare/v1.8.0...v1.8.3) (2021-11-18) diff --git a/package.json b/package.json index 8cbb63d2..c7dd5144 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/command", "description": "oclif base command", - "version": "1.8.3", + "version": "1.8.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/command/issues", "dependencies": {