From 4f5edfc7f885e7eb4a6f0243aa17706718edd4ad Mon Sep 17 00:00:00 2001 From: JoshuaKGoldberg Date: Mon, 29 Apr 2024 12:25:58 +0000 Subject: [PATCH] chore: release v0.13.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88707c0b..08b7b8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.13.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29) + +### Bug Fixes + +- correct suggestion status ([#299](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/299)) ([146e25d](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/146e25dc1f837eb3cd64d4862bf5e035dbb250e2)), closes [#255](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/255) + +### Features + +- sort-order rule shouldn't change sub-keys, better auto-fix ([#312](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/312)) ([a894550](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a89455019be1a41309c7b3cab0a9acefbd7abeb2)), closes [#80](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/80) + ## [0.12.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28) ### Bug Fixes diff --git a/package.json b/package.json index 968fec86..42bd3361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-package-json", - "version": "0.12.1", + "version": "0.13.0", "description": "Rules for consistent, readable, and valid package.json files. 🗂️", "homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme", "bugs": {