From 9cc0340d58829364ee0b301284d516ad3159ae22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Feb 2021 13:40:21 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/eclass/eslint-config/compare/v2.0.0...v2.0.1) (2021-02-17) ### Bug Fixes * **deps:** update dependency eslint-config-standard to v16 ([9d4b95b](https://github.com/eclass/eslint-config/commit/9d4b95b8e204f97da38275bf4c2803caa69a3f9f)) * **deps:** update eslint-config-standard to v16.0.2 ([09f5a9e](https://github.com/eclass/eslint-config/commit/09f5a9e5cb17b69d1b128689ae9505bd72bd6ad1)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb49cb8..6e0a28f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/eclass/eslint-config/compare/v2.0.0...v2.0.1) (2021-02-17) + + +### Bug Fixes + +* **deps:** update dependency eslint-config-standard to v16 ([9d4b95b](https://github.com/eclass/eslint-config/commit/9d4b95b8e204f97da38275bf4c2803caa69a3f9f)) +* **deps:** update eslint-config-standard to v16.0.2 ([09f5a9e](https://github.com/eclass/eslint-config/commit/09f5a9e5cb17b69d1b128689ae9505bd72bd6ad1)) + # [2.0.0](https://github.com/eclass/eslint-config/compare/v1.3.1...v2.0.0) (2020-07-28) diff --git a/package-lock.json b/package-lock.json index 7e1dc537..148d779c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@eclass/eslint-config", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f72c249..c534bfdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eclass/eslint-config", - "version": "2.0.0", + "version": "2.0.1", "description": "eslint shareable config", "main": "index.js", "scripts": {