Skip to content

Commit c248ba4

Browse files
committed
build(project): mark 2.0.1 as stable
1 parent 937afb1 commit c248ba4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@litert/redis",
3-
"version": "2.0.1-pre.1",
3+
"version": "2.0.1",
44
"description": "A redis protocol implement for Node.js.",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -43,6 +43,6 @@
4343
"typescript": "^4.7.4"
4444
},
4545
"engines": {
46-
"node": ">=10.0.0"
46+
"node": ">=16.0.0"
4747
}
4848
}

0 commit comments

Comments
 (0)