Skip to content

Commit

Permalink
chore: release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfaith committed Feb 8, 2025
1 parent 3a82dd8 commit 93b3136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# [0.24.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)

### Features

- **require-name:** add require-name rule ([#883](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/883)) ([3a82dd8](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3a82dd82d14b6bc1aaa72cfbc2e68aeb282ce18a)), closes [#808](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/808)

## [0.23.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-package-json",
"version": "0.23.1",
"version": "0.24.0",
"description": "Rules for consistent, readable, and valid package.json files. 🗂️",
"homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme",
"bugs": {
Expand Down

0 comments on commit 93b3136

Please sign in to comment.