From 51935ace87b85c4e1b811f7771a8b22fe528792a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2019 14:42:24 +0000 Subject: [PATCH] chore(release): 22.36.1 [skip ci] ## [22.36.1](https://github.com/bettyblocks/cli/compare/v22.36.0...v22.36.1) (2019-12-19) ### Bug Fixes * resolved cli warnings while installing ([#80](https://github.com/bettyblocks/cli/issues/80)) ([61952c6](https://github.com/bettyblocks/cli/commit/61952c6)) --- CHANGELOG.md | 7 +++++++ package.json | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2273660a..a4de39fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [22.36.1](https://github.com/bettyblocks/cli/compare/v22.36.0...v22.36.1) (2019-12-19) + + +### Bug Fixes + +* resolved cli warnings while installing ([#80](https://github.com/bettyblocks/cli/issues/80)) ([61952c6](https://github.com/bettyblocks/cli/commit/61952c6)) + # [22.36.0](https://github.com/bettyblocks/cli/compare/v22.35.0...v22.36.0) (2019-12-16) diff --git a/package.json b/package.json index 152ef902..97b92340 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betty-blocks/cli", - "version": "22.36.0", + "version": "22.36.1", "description": "A Betty Blocks CLI", "main": "build/index.js", "author": "Niek Nijland ", @@ -45,7 +45,6 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", - "eslint-plugin-import": "^2.18.2", "semantic-release": "^15.8.0" }, "dependencies": {