Skip to content

Commit 600a7fb

Browse files
chore(main): release 0.89.2 (#1600)
πŸ€– I have created a release *beep* *boop* --- ## [0.89.2](v0.89.1...v0.89.2) (2026-02-27) ### πŸš€ Features * enable `ignorePrivate` on more `require-` rules ([#1607](#1607)) ([4004220](4004220)) ### 🩹 Bug Fixes * **deps:** update `package-json-validator` to 1.0.1 ([#1599](#1599)) ([8550731](8550731)) --- 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 4004220 commit 600a7fb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.89.1"
2+
".": "0.89.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.89.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
4+
5+
6+
### πŸš€ Features
7+
8+
* enable `ignorePrivate` on more `require-` rules ([#1607](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1607)) ([4004220](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/40042206b40315bdc5b893755d28834a3247db16))
9+
10+
11+
### 🩹 Bug Fixes
12+
13+
* **deps:** update `package-json-validator` to 1.0.1 ([#1599](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1599)) ([8550731](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/85507312bd6fe0d8a62f1e978bb27cac9abf8489))
14+
315
## [0.89.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.89.0...v0.89.1) (2026-02-22)
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.89.1",
3+
"version": "0.89.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)