From 1c30ec67648eb7ddcf50e548b0cd8bed384fde40 Mon Sep 17 00:00:00 2001 From: Cyril Walle Date: Sat, 30 Oct 2021 18:16:50 +0200 Subject: [PATCH] chore: publish 2.0.0 as latest, include VERSION_NOTES.md in npm --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 07894a97..aecc5af5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formidable", - "version": "2.0.0-canary.20210330", + "version": "2.0.0", "license": "MIT", "description": "A node.js module for parsing form data, especially file uploads.", "homepage": "https://github.com/node-formidable/formidable", @@ -11,11 +11,12 @@ "src", "CHANGELOG.md", "LICENSE", - "README.md" + "README.md", + "VERSION_NOTES.md" ], "publishConfig": { "access": "public", - "tag": "canary" + "tag": "latest" }, "scripts": { "bench": "node benchmark",