From 2c8c8a14a59791a9f82b927b4bc3d2b709dad40f Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Wed, 7 Dec 2016 17:21:03 +0100 Subject: [PATCH] =?UTF-8?q?-=20fixed=20missing=20file=20"umd-tough-cookie.?= =?UTF-8?q?js=E2=80=9C=20-=20updated=20changeling=20-=20incremented=20vers?= =?UTF-8?q?ion=20for=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 2 ++ CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..79fdf36 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +tags +.zedstate diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa436e..c1a8d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.5.2 + +- fixed missing file "umd-tough-cookie.js“ (caused by missing file ".npmignore") + ## v1.5.1 - fixed case-sensitive path name of android source files ("CordovaHTTP" --> "cordovahttp") diff --git a/package.json b/package.json index 067abd9..ace7198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-advanced-http", - "version": "1.5.1", + "version": "1.5.2", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "build": "cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js", diff --git a/plugin.xml b/plugin.xml index 3326a56..827596a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.5.2"> Advanced HTTP plugin