Skip to content

Commit 4c1b3e7

Browse files
authored
Prepare release v3.0.0 (#35)
1 parent f4fbf21 commit 4c1b3e7

File tree

4 files changed

+4559
-4074
lines changed

4 files changed

+4559
-4074
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install lint-staged

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.0.0
2+
3+
- Remove Node.js 12 support.
4+
- Remove redundant sorting rules for deps.
5+
- Bump `npm-package-json-lint` to `^6.4.0`.
6+
- Bump `npm-package-json-lint-config-default` to `^5.0.0`.
7+
18
## 2.0.0
29

310
- Add `require-funding` rule.

0 commit comments

Comments
 (0)