Skip to content

Commit 4ac8e1f

Browse files
committed
Version 1.2.0-rc.0
1 parent 30925c7 commit 4ac8e1f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.2.0-rc.0 / 2020-02-17
2+
=======================
3+
4+
New functionality
5+
-----------------
6+
* Add support for Angular 9
7+
* Add predominant-color
8+
* Add `accessibility` attribute to `cl-image`
9+
10+
Other changes
11+
-----------------
12+
* Fix lazy load in chrome
13+
114
1.1.0 / 2019-12-09
215
==================
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_angular",
3-
"version": "1.1.0",
3+
"version": "1.2.0-rc.0",
44
"scripts": {
55
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
66
"test": "ng test angular-cld",

projects/angular-cld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.1.0",
3+
"version": "1.2.0-rc.0",
44
"peerDependencies": {
55
"@angular/common": "^6.0.0",
66
"@angular/core": "^6.0.0"

0 commit comments

Comments
 (0)