From d3c437af96befe2039d1ffe15965787aefbb3c2f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 20 Jan 2020 15:59:45 +0000 Subject: [PATCH] Version 1.19.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94e1aee..908904be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +1.19.0 / 2020-01-20 +================== + +New functionality and features +------------------------------ + * Add structured metadata support + * Add verifyNotificationSignature() + +Other Changes +------------- + * Fix isRemoteUrl to correctly detect docx files + * Fix named transformations with spaces + * Fix/fixed type def for upload stream + * Add name to errors in uploader.js + 1.18.1 / 2019-12-11 ================== diff --git a/package.json b/package.json index 0503b244..aca70bc1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "1.18.1", + "version": "1.19.0", "homepage": "http://cloudinary.com", "license": "MIT", "repository": {