Skip to content

Commit 6301772

Browse files
committed
Version 1.0.1
1 parent 590c927 commit 6301772

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
1.0.1 / 2018-01-28
3+
==================
4+
5+
* Add onLoad and onError event emitters (#128)
6+
* Universal rendering (#120)
7+
* Add cld-responsive as an alias for responsive attribute (#91)
8+
* Update samples to use SDK for Angular 5
9+
110
(5.x)1.0.0 / 2017-11-22
211
=======================
312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The formal Cloudinary Angular SDK to enhance your applications with image and video components powered by Cloudinary",
55
"keywords": [
66
"cloudinary",
@@ -20,7 +20,7 @@
2020
"main": "index.js",
2121
"types": "index.ts",
2222
"scripts": {
23-
"lint": "tslint **/*.ts -t verbose --project tsconfig.json ",
23+
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.json",
2424
"test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"",
2525
"test-once": "tsc && karma start karma.conf.js --single-run --no-auto-watch --browsers PhantomJS",
2626
"install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",

0 commit comments

Comments
 (0)