From aa4f438802044a7102b538a0c8a86f7fe6c8940e Mon Sep 17 00:00:00 2001 From: michaelfaith Date: Mon, 10 Feb 2025 18:47:20 +0000 Subject: [PATCH] chore: release v0.26.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fe3927..9a7634c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# [0.26.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10) + +### Features + +- **require-files:** add require-files rule ([#887](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/887)) ([4de33de](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4de33de2715579c0d217609cd576d1b3b843d457)), closes [#803](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/803) + # [0.25.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09) ### Features diff --git a/package.json b/package.json index 09b5b02c..01778a8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-package-json", - "version": "0.25.0", + "version": "0.26.0", "description": "Rules for consistent, readable, and valid package.json files. 🗂️", "homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme", "bugs": {