From 785fafde9a23c64c39f461864bd95e2d030abcfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 22:13:43 +0200 Subject: [PATCH] chore: release 5.1.0 (#175) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f7fe8..0648ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 287c2d5..1c30846 100644 --- a/package.json +++ b/package.json @@ -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",