From 3780bb98c372a0fd498966aa2a40ff42f05d4648 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Jan 2021 02:30:13 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.1](https://github.com/humanscape/eslint-config/compare/v1.0.0...v1.0.1) (2021-01-23) ### Bug Fixes * no-unused-vars Ignore Pattern 설정 ([1aa99cb](https://github.com/humanscape/eslint-config/commit/1aa99cb43842adf7d7e1ff2b79fae1233f2a5d2e)) --- docs/CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..f475b68 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.1](https://github.com/humanscape/eslint-config/compare/v1.0.0...v1.0.1) (2021-01-23) + + +### Bug Fixes + +* no-unused-vars Ignore Pattern 설정 ([1aa99cb](https://github.com/humanscape/eslint-config/commit/1aa99cb43842adf7d7e1ff2b79fae1233f2a5d2e)) diff --git a/package.json b/package.json index 6500a66..eae1a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanscape/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "private": false, "description": "All of ESLint configurations for Humanscape", "homepage": "https://github.com/humanscape/eslint-config",