Skip to content

Commit 76257a5

Browse files
chore: release v0.15.4
1 parent 9d44862 commit 76257a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.15.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
2+
3+
### Bug Fixes
4+
5+
- update dependency package-json-validator to v0.7.0 ([#569](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/569)) ([9d44862](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9d44862f29cef1e6e8d71facf55ac5cf907d979e)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
6+
17
## [0.15.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-package-json",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Rules for consistent, readable, and valid package.json files. 🗂️",
55
"homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme",
66
"bugs": {

0 commit comments

Comments
 (0)