diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbd1c3..f77108d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.4.0](https://github.com/globalbrain/eslint-config/compare/v1.3.0...v1.4.0) (2023-04-18) + +### Features + +* update npm packages that adds several new rules ([#17](https://github.com/globalbrain/eslint-config/pull/17)) + # [1.3.0](https://github.com/globalbrain/eslint-config/compare/v1.2.1...v1.3.0) (2023-02-17) ### Features diff --git a/package.json b/package.json index 08bd787..6d6584c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/eslint-config", - "version": "1.3.0", + "version": "1.4.0", "packageManager": "pnpm@8.2.0", "description": "The Global Brain ESLint Config.", "author": "Kia Ishii ",