From 2524513d49b7fab37639dfb7c6b87994c2bd7791 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 17 Mar 2020 16:06:27 -0700 Subject: [PATCH] 4.0.0 (#188) * Updates for 4.0.0 release. * Reverted exclusion of .npm directory. --- lib/version.js | 2 +- package.json | 42 +++++++++++++++++++++++++++++++++--------- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/lib/version.js b/lib/version.js index 4e71108c..e52f25be 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // generated by genversion -module.exports = '3.0.1' +module.exports = '4.0.0' diff --git a/package.json b/package.json index ca0edb65..e07dcb7c 100644 --- a/package.json +++ b/package.json @@ -6,28 +6,52 @@ }, "contributors": [ { - "name": "Alexander Savin", - "website": "https://github.com/apsavin" + "name": "Ivan Nikulin", + "website": "https://github.com/inikulin" + }, + { + "name": "Shivan Kaul Sahib", + "website": "https://github.com/ShivanKaul" + }, + { + "name": "Clint Ruoho", + "website": "https://github.com/ruoho" }, { "name": "Ian Livingstone", "website": "https://github.com/ianlivingstone" }, { - "name": "Ivan Nikulin", - "website": "https://github.com/inikulin" + "name": "Andrew Waterman", + "website": "https://github.com/awaterma" }, { - "name": "Lalit Kapoor", - "website": "https://github.com/lalitkapoor" + "name": "Michael de Libero ", + "website": "https://github.com/medelibero-sfdc" }, { - "name": "Sam Thompson", - "website": "https://github.com/sambthompson" + "name": "Jonathan Stewmon", + "website": "https://github.com/jstewmon" + }, + { + "name": "Miguel Roncancio", + "website": "https://github.com/miggs125" }, { "name": "Sebastian Mayr", "website": "https://github.com/Sebmaster" + }, + { + "name": "Alexander Savin", + "website": "https://github.com/apsavin" + }, + { + "name": "Lalit Kapoor", + "website": "https://github.com/lalitkapoor" + }, + { + "name": "Sam Thompson", + "website": "https://github.com/sambthompson" } ], "license": "BSD-3-Clause", @@ -43,7 +67,7 @@ "RFC6265", "RFC2965" ], - "version": "3.0.1", + "version": "4.0.0", "homepage": "https://github.com/salesforce/tough-cookie", "repository": { "type": "git",