Skip to content

Commit 21560c7

Browse files
committed
6.0.1
1 parent d3881ad commit 21560c7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Install with `npm install rimraf`.
55

66
## Major Changes
77

8+
### v5 to v6
9+
10+
- Require node `20` or `>=22`
11+
- Add `--version` to CLI
12+
813
### v4 to v5
914

1015
- There is no default export anymore. Import the functions directly

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rimraf",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"tshy": {
66
"main": true,

0 commit comments

Comments
 (0)