From 63017726c0ef2eb40e9cf658cd9693f7b3447422 Mon Sep 17 00:00:00 2001 From: Eitan Peer Date: Sun, 28 Jan 2018 14:35:51 +0200 Subject: [PATCH] Version 1.0.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74601c94..ff990ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +1.0.1 / 2018-01-28 +================== + + * Add onLoad and onError event emitters (#128) + * Universal rendering (#120) + * Add cld-responsive as an alias for responsive attribute (#91) + * Update samples to use SDK for Angular 5 + (5.x)1.0.0 / 2017-11-22 ======================= diff --git a/package-lock.json b/package-lock.json index e5c52fb8..e1420433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cloudinary_ng", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b8d57a6..c53592e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.0.0", + "version": "1.0.1", "description": "The formal Cloudinary Angular SDK to enhance your applications with image and video components powered by Cloudinary", "keywords": [ "cloudinary", @@ -20,7 +20,7 @@ "main": "index.js", "types": "index.ts", "scripts": { - "lint": "tslint **/*.ts -t verbose --project tsconfig.json ", + "lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.json", "test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"", "test-once": "tsc && karma start karma.conf.js --single-run --no-auto-watch --browsers PhantomJS", "install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",