Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanp461 committed Jan 28, 2018
1 parent 590c927 commit 6301772
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
=======================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6301772

Please sign in to comment.