From a16b6ba5521fea0482a87315b769a7335e315ea3 Mon Sep 17 00:00:00 2001 From: JoshuaKGoldberg Date: Sat, 30 Nov 2024 14:52:36 +0000 Subject: [PATCH] chore: release v0.17.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9acf01..e14e3518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.17.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30) + +### Features + +- sort alphabetically with co-located hooks for `scripts` ([#632](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/632)) ([4ccae4f](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4ccae4f58e1695b792dd3d0daf46cedc134d9541)), closes [#499](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/499) [#499](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/499) + # [0.16.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30) ### Features diff --git a/package.json b/package.json index e2962baf..ce4a20f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-package-json", - "version": "0.16.0", + "version": "0.17.0", "description": "Rules for consistent, readable, and valid package.json files. 🗂️", "homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme", "bugs": {