Skip to content

Commit

Permalink
chore: prepare @liferay/eslint-plugin v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Oct 18, 2024
1 parent de3c289 commit 7f2be15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions projects/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [eslint-plugin/v1.6.0](https://github.com/liferay/liferay-frontend-projects/tree/eslint-plugin/v1.6.0) (2024-10-18)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/eslint-plugin/v1.5.0...eslint-plugin/v1.6.0)

### :new: Features

- feat(eslint-plugin): add rule to sort named exports from a source ([\#1233](https://github.com/liferay/liferay-frontend-projects/pull/1233))

## [eslint-plugin/v1.5.0](https://github.com/liferay/liferay-frontend-projects/tree/eslint-plugin/v1.5.0) (2023-07-26)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/eslint-plugin/v1.4.0...eslint-plugin/v1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion projects/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "1.5.0"
"version": "1.6.0"
}

0 comments on commit 7f2be15

Please sign in to comment.