Skip to content

Commit 6d26cd5

Browse files
committed
2.0.1 final
1 parent 40698b5 commit 6d26cd5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runejs/common",
3-
"version": "2.0.0-rc.16",
3+
"version": "2.0.1",
44
"description": "Common logging, networking, compression, and other miscellaneous functionality for RuneJS.",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -25,7 +25,8 @@
2525
"package": "rimraf lib && npm i && npm run build && npm run copy-documents && cd lib && npm publish --dry-run",
2626
"publish:next": "npm run package && cd lib && npm publish -tag next",
2727
"publish:beta": "npm run package && cd lib && npm publish -tag beta",
28-
"publish:rc": "npm run package && cd lib && npm publish -tag rc"
28+
"publish:rc": "npm run package && cd lib && npm publish -tag rc",
29+
"publish:release": "npm run package && cd lib && npm publish"
2930
},
3031
"repository": {
3132
"type": "git",

0 commit comments

Comments
 (0)