diff --git a/CHANGELOG.md b/CHANGELOG.md index c378c1b..ba5be96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# [1.6.0](https://github.com/globalbrain/eslint-config/compare/v1.5.2...v1.6.0) (2024-03-27) + + +### Features + +* disable `vue/no-extra-parens` ([#33](https://github.com/globalbrain/eslint-config/issues/33)) ([e86f08a](https://github.com/globalbrain/eslint-config/commit/e86f08a36351401e12f61d7819f22aaa3a4ddb73)) + ## [1.5.2](https://github.com/globalbrain/eslint-config/compare/v1.5.1...v1.5.2) (2023-09-06) ### Bug Fixes diff --git a/package.json b/package.json index 90b5434..e497133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/eslint-config", - "version": "1.5.2", + "version": "1.6.0", "packageManager": "pnpm@8.15.1", "description": "The Global Brain ESLint Config.", "author": "Kia Ishii ",