From 561a6a410a4e8f1a4899510764a1f55b8779d330 Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Fri, 2 Feb 2018 05:10:12 +0000 Subject: [PATCH] chore(release): 0.1.10 [skip ci] ## [0.1.10](https://github.com/anycli/plugin-not-found/compare/6c92b0b946510fd16cecf7d971251605cdcf41cf...v0.1.10) (2018-02-02) ### Bug Fixes * fixed test suite ([188debd](https://github.com/anycli/plugin-not-found/commit/188debd)) * use [@heroku-cli](https://github.com/heroku-cli)/color ([5584f1e](https://github.com/anycli/plugin-not-found/commit/5584f1e)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdd843a..3931ff19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [0.1.10](https://github.com/anycli/plugin-not-found/compare/6c92b0b946510fd16cecf7d971251605cdcf41cf...v0.1.10) (2018-02-02) + + +### Bug Fixes + +* fixed test suite ([188debd](https://github.com/anycli/plugin-not-found/commit/188debd)) +* use [@heroku-cli](https://github.com/heroku-cli)/color ([5584f1e](https://github.com/anycli/plugin-not-found/commit/5584f1e)) + ## [0.1.9](https://github.com/anycli/not-found/compare/32c9ac807a8ac7ee906a164ba5f1b4f79c98a6c5...v0.1.9) (2018-02-01) diff --git a/package.json b/package.json index c88ec788..d72ed7b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/plugin-not-found", "description": "\"did you mean\" for anycli", - "version": "0.1.9", + "version": "0.1.10", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands",