From f2e17fd8b727ef807d743bc70cdaf45332bf87a9 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 1 Jul 2021 20:25:24 +0000 Subject: [PATCH] chore(release): 2.1.0 [ci skip] --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49fb610..4a312d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.1.0](https://github.com/oclif/plugin-not-found/compare/v1.2.4...v2.1.0) (2021-07-01) + + +### Features + +* support spaced commands ([#166](https://github.com/oclif/plugin-not-found/issues/166)) ([4222d2d](https://github.com/oclif/plugin-not-found/commit/4222d2df7d88fcc21e3ac71bfaf4cb44f317e551)) + + +### Bug Fixes + +* downgrade to node 12 ([15b9382](https://github.com/oclif/plugin-not-found/commit/15b9382bb2fc83e4246c8557f2b51dfb2ecd4f72)) + ## [2.0.0](https://github.com/oclif/plugin-not-found/compare/v1.2.4...v2.0.0) (2021-04-21) diff --git a/package.json b/package.json index db8e0b62..2666df7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-not-found", "description": "\"did you mean\" for oclif", - "version": "2.0.0", + "version": "2.1.0", "author": "Jeff Dickey @jdxcode", "oclif": { "hooks": {