diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 7177194c..21d865bb 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Change - Update dependencies to their latest major versions, including `eslint@8.x` + ## [3.0.0] ### Change diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0a7fb746..a52650e9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@iadvize-oss/eslint-config", - "version": "3.0.0", + "version": "4.0.0", "description": "iAdvize javascript eslint rules, based on airbnb", "main": "index.js", "author": "iAdvize developers",