Skip to content

Commit 65d4aeb

Browse files
committed
chore(package.json): bump version to 3.0.0 and update Node.js requirement to >=24
1 parent 2f44c72 commit 65d4aeb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@himenon/message-command-parser",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Parse space- and colon-separated messages into parameters",
55
"keywords": [
66
"command parser",
@@ -78,8 +78,7 @@
7878
"vitest": "^4.1.6"
7979
},
8080
"engines": {
81-
"node": ">=20",
82-
"pnpm": ">=8"
81+
"node": ">=24"
8382
},
8483
"packageManager": "pnpm@10.27.0"
8584
}

0 commit comments

Comments
 (0)