diff --git a/CHANGELOG.md b/CHANGELOG.md index 48964ab..ce6b955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/gravity-ui/eslint-config/compare/v3.0.0...v3.1.0) (2023-10-02) + + +### Features + +* add consistent-type-imports rule ([#22](https://github.com/gravity-ui/eslint-config/issues/22)) ([42e852e](https://github.com/gravity-ui/eslint-config/commit/42e852ebdb4945d0748dbdac6d9192c8cc1fb296)) + ## [3.0.0](https://github.com/gravity-ui/eslint-config/compare/v2.2.0...v3.0.0) (2023-09-15) diff --git a/package-lock.json b/package-lock.json index 41ca7f4..1952b19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/eslint-config", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/eslint-config", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@babel/core": "^7.22.0", diff --git a/package.json b/package.json index ff4d661..5b4f420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/eslint-config", - "version": "3.0.0", + "version": "3.1.0", "description": "Gravity UI ESLint config, following our styleguide", "keywords": [ "eslint",