Skip to content

Commit 60304d9

Browse files
chore(main): release 0.88.2 (#1514)
🤖 I have created a release *beep* *boop* --- ## [0.88.2](v0.88.1...v0.88.2) (2026-01-23) ### Features * **require-type:** add auto-fix ([#1534](#1534)) ([c8e44e4](c8e44e4)) ### Bug Fixes * **deps:** update dependency package-json-validator to ~0.60.0 ([#1513](#1513)) ([5b300b6](5b300b6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3875a8b commit 60304d9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.88.1"
2+
".": "0.88.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.88.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
4+
5+
6+
### Features
7+
8+
* **require-type:** add auto-fix ([#1534](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1534)) ([c8e44e4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/c8e44e472ac94fc61e0f79e00e4ac2f371718d38))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency package-json-validator to ~0.60.0 ([#1513](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1513)) ([5b300b6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5b300b64c52c233b5835b1fda1815551ac0f77b6))
14+
315
## [0.88.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-package-json",
3-
"version": "0.88.1",
3+
"version": "0.88.2",
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)