From 261f483a5ee9832369942cb4c2504685e9044f96 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Sep 2020 14:04:05 +0000 Subject: [PATCH] Chore: 2.0.0 [skip ci] # [2.0.0](https://github.com/ejhammond/eslint-plugin-ejhammond/compare/v1.0.3...v2.0.0) (2020-09-21) ### Breaking * Make eslint a peer dep ([a83b302](https://github.com/ejhammond/eslint-plugin-ejhammond/commit/a83b30213898f976c06b7b421436dc9c387e5542)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49a44c5..5e32d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ejhammond/eslint-plugin", - "version": "1.0.3", + "version": "2.0.0", "author": "EJ Hammond", "description": "Eslint plugin for my projects", "repository": "https://github.com/ejhammond/eslint-plugin-ejhammond",