Skip to content

Commit 213d5f8

Browse files
chore(main): release 0.89.3 (#1614)
πŸ€– I have created a release *beep* *boop* --- ## [0.89.3](v0.89.2...v0.89.3) (2026-03-04) ### πŸš€ Features * add `require-packageManager` rule ([#1620](#1620)) ([7626cd9](7626cd9)) ### 🩹 Bug Fixes * update repo references ([#1613](#1613)) ([b382fc1](b382fc1)) --- 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 7626cd9 commit 213d5f8

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.2"
2+
".": "0.89.3"
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.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.2...v0.89.3) (2026-03-04)
4+
5+
6+
### πŸš€ Features
7+
8+
* add `require-packageManager` rule ([#1620](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1620)) ([7626cd9](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7626cd9814cad3bcb1285e37e83af05fb0c067e5))
9+
10+
11+
### 🩹 Bug Fixes
12+
13+
* update repo references ([#1613](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1613)) ([b382fc1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b382fc11eef19cddc4e1f46861752cc831cd29b8))
14+
315
## [0.89.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
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.2",
3+
"version": "0.89.3",
44
"description": "Rules for consistent, readable, and valid package.json files. πŸ—‚οΈ",
55
"homepage": "https://github.com/michaelfaith/eslint-plugin-package-json#readme",
66
"bugs": {

0 commit comments

Comments
Β (0)