Skip to content

Commit 9881bc2

Browse files
chore(beta): release 1.0.0-beta.1 (#1626)
πŸ€– I have created a release *beep* *boop* --- ## [1.0.0-beta.1](v1.0.0-beta.0...v1.0.0-beta.1) (2026-03-04) ### πŸš€ Features * enable `ignorePrivate` on more `require-` rules ([#1607](#1607)) ([a187fa8](a187fa8)) ### 🩹 Bug Fixes * update repo references ([#1613](#1613)) ([079d3af](079d3af)) --- 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 ade7a53 commit 9881bc2

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-
".": "1.0.0-beta.0"
2+
".": "1.0.0-beta.1"
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+
## [1.0.0-beta.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2026-03-04)
4+
5+
6+
### πŸš€ Features
7+
8+
* enable `ignorePrivate` on more `require-` rules ([#1607](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1607)) ([a187fa8](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a187fa893154c89c3b9dde28d9d0fd6dc1d1173b))
9+
10+
11+
### 🩹 Bug Fixes
12+
13+
* update repo references ([#1613](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1613)) ([079d3af](https://github.com/michaelfaith/eslint-plugin-package-json/commit/079d3af2c67a38ef476121158047e42d9c7ae4c7))
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": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
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)