Skip to content

Commit

Permalink
release: Release version 31.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Mar 30, 2024
1 parent 13b255d commit 9ff743d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9ff743d

Please sign in to comment.