From 9f771bb4aa202a4e1c948fa589e9578200e8fd7f Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 8 Dec 2021 21:54:51 +0000 Subject: [PATCH] chore(release): 1.8.10 [ci skip] --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f3b361..d3c9e52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,22 @@ 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.9](https://github.com/oclif/command/compare/v1.8.8...v1.8.9) (2021-12-06) +### [1.8.10](https://github.com/oclif/command/compare/v1.8.9...v1.8.10) (2021-12-08) + + +### Bug Fixes + +* remove transient dep on lodash.template ([#295](https://github.com/oclif/command/issues/295)) ([77e135c](https://github.com/oclif/command/commit/77e135c0470f45f90c1b358c6542ebe7273553ec)) + +## [1.8.9](https://github.com/oclif/command/compare/v1.8.8...v1.8.9) (2021-12-06) ### Bug Fixes * more dep bumps ([#289](https://github.com/oclif/command/issues/289)) ([468abae](https://github.com/oclif/command/commit/468abae0ca09d769e74be61b593022c46324d85a)) + + ## [1.8.8](https://github.com/oclif/command/compare/v1.8.7...v1.8.8) (2021-12-06) diff --git a/package.json b/package.json index 47573c7f..0e9afc37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/command", "description": "oclif base command", - "version": "1.8.9", + "version": "1.8.10", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/command/issues", "dependencies": {