Skip to content

Commit 785fafd

Browse files
chore: release 5.1.0 (#175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c53fbc6 commit 785fafd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/eslint/generator-eslint/compare/v5.0.0...v5.1.0) (2024-05-23)
4+
5+
6+
### Features
7+
8+
* add `"files"` to generated `package.json` ([#190](https://github.com/eslint/generator-eslint/issues/190)) ([cf7d755](https://github.com/eslint/generator-eslint/commit/cf7d7550cdf2ad968c4bcefecb2987125603672a))
9+
* add messages to rule template ([#182](https://github.com/eslint/generator-eslint/issues/182)) ([f1c1240](https://github.com/eslint/generator-eslint/commit/f1c12406d7f5ccb387c2210d0729413624f3784c))
10+
* update templates for eslint v9 ([#179](https://github.com/eslint/generator-eslint/issues/179)) ([c383e9c](https://github.com/eslint/generator-eslint/commit/c383e9c1e8d132198c333a8cdf79ef8904f6fceb))
11+
* use `messageId` in tests ([#189](https://github.com/eslint/generator-eslint/issues/189)) ([c53fbc6](https://github.com/eslint/generator-eslint/commit/c53fbc65307126a00e6955bf403d3d37d1e2c138))
12+
313
## [5.0.0](https://github.com/eslint/generator-eslint/compare/v4.1.5...v5.0.0) (2024-01-10)
414

515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-eslint",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)