From 609b63c4741045702d99c326ce68849a714b79f3 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 23 May 2019 15:56:37 -0400 Subject: [PATCH] 3.6.1 * update pkgcloud and use version 2.x (Anis) * chore: update copyrights years (Agnes Lin) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 89e8141..e86cc60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-05-23, Version 3.6.1 +========================= + + * update pkgcloud and use version 2.x (Anis) + + * chore: update copyrights years (Agnes Lin) + + 2019-03-28, Version 3.6.0 ========================= diff --git a/package.json b/package.json index 3811ee4..53fca87 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=8" }, - "version": "3.6.0", + "version": "3.6.1", "main": "index.js", "scripts": { "lint": "eslint .",