diff --git a/CHANGELOG.md b/CHANGELOG.md index 362578aa..6f7c67d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [31.0.2](https://github.com/MorevM/eslint-config/compare/v31.0.1...v31.0.2) (2024-03-30) + + +### Bug fixes + +* **base:** Proper resolving of `pathGroups` within `import/order` rule ([13b255d](https://github.com/MorevM/eslint-config/commit/13b255d3ae687ef7863b0c3fdee28c1b3b84ec75)), closes [/github.com/import-js/eslint-plugin-import/issues/2892#issuecomment-1742987549](https://github.com/MorevM//github.com/import-js/eslint-plugin-import/issues/2892/issues/issuecomment-1742987549) + ## [31.0.1](https://github.com/MorevM/eslint-config/compare/v31.0.0...v31.0.1) (2024-03-30) diff --git a/package.json b/package.json index fa72c079..8c66156e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@morev/eslint-config", "description": "Strict shareable ESLint configuration with reasonable defaults", - "version": "31.0.1", + "version": "31.0.2", "private": false, "engines": { "node": "^18.18.0 || >=20.0.0"