Skip to content

Commit

Permalink
Version 1.2.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Feb 17, 2020
1 parent 30925c7 commit 4ac8e1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.2.0-rc.0 / 2020-02-17
=======================

New functionality
-----------------
* Add support for Angular 9
* Add predominant-color
* Add `accessibility` attribute to `cl-image`

Other changes
-----------------
* Fix lazy load in chrome

1.1.0 / 2019-12-09
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_angular",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "ng test angular-cld",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-cld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-5.x",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0"
Expand Down

0 comments on commit 4ac8e1f

Please sign in to comment.