diff --git a/CHANGELOG.md b/CHANGELOG.md index 9acd8e77..2a58764b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.5.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20) + +### Features + +- add prefer-repository-shorthand rule ([#70](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/70)) ([0c7fb19](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0c7fb199cdf0ba001bd996f6da2c4ba8cbbc7d0f)), closes [#71](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/71) + # [0.4.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20) ### Bug Fixes diff --git a/package.json b/package.json index 5865ccc6..0963fec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-package-json", - "version": "0.4.0", + "version": "0.5.0", "description": "Rules for consistent, readable, and valid package.json files. 🗂️", "homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme", "bugs": {