Skip to content

Commit

Permalink
chore: release 5.1.0 (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 24, 2024
1 parent c53fbc6 commit 785fafd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.1.0](https://github.com/eslint/generator-eslint/compare/v5.0.0...v5.1.0) (2024-05-23)


### Features

* add `"files"` to generated `package.json` ([#190](https://github.com/eslint/generator-eslint/issues/190)) ([cf7d755](https://github.com/eslint/generator-eslint/commit/cf7d7550cdf2ad968c4bcefecb2987125603672a))
* add messages to rule template ([#182](https://github.com/eslint/generator-eslint/issues/182)) ([f1c1240](https://github.com/eslint/generator-eslint/commit/f1c12406d7f5ccb387c2210d0729413624f3784c))
* update templates for eslint v9 ([#179](https://github.com/eslint/generator-eslint/issues/179)) ([c383e9c](https://github.com/eslint/generator-eslint/commit/c383e9c1e8d132198c333a8cdf79ef8904f6fceb))
* use `messageId` in tests ([#189](https://github.com/eslint/generator-eslint/issues/189)) ([c53fbc6](https://github.com/eslint/generator-eslint/commit/c53fbc65307126a00e6955bf403d3d37d1e2c138))

## [5.0.0](https://github.com/eslint/generator-eslint/compare/v4.1.5...v5.0.0) (2024-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-eslint",
"version": "5.0.0",
"version": "5.1.0",
"description": "A Yeoman generator for creating ESLint plugins/rules",
"keywords": [
"eslint",
Expand Down

0 comments on commit 785fafd

Please sign in to comment.