Skip to content

Commit 1c30ec6

Browse files
committed
chore: publish 2.0.0 as latest, include VERSION_NOTES.md in npm
1 parent d051435 commit 1c30ec6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formidable",
3-
"version": "2.0.0-canary.20210330",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"description": "A node.js module for parsing form data, especially file uploads.",
66
"homepage": "https://github.com/node-formidable/formidable",
@@ -11,11 +11,12 @@
1111
"src",
1212
"CHANGELOG.md",
1313
"LICENSE",
14-
"README.md"
14+
"README.md",
15+
"VERSION_NOTES.md"
1516
],
1617
"publishConfig": {
1718
"access": "public",
18-
"tag": "canary"
19+
"tag": "latest"
1920
},
2021
"scripts": {
2122
"bench": "node benchmark",

0 commit comments

Comments
 (0)