Skip to content

Commit 914a2c8

Browse files
committed
Version 1.5.0
1 parent ee3b30e commit 914a2c8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
1.5.0 / 2021-10-11
3+
=============
4+
New functionality
5+
-----------------
6+
* Add position input to background image directive (#309)
7+
8+
Other changes
9+
-----------------
10+
* Updated cloudinary-core version (#310)
11+
12+
213
1.4.2 / 2021-05-24
314
=============
415
* Add support for angular 12 (#308)

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.4.2",
3+
"version": "1.5.0",
44
"scripts": {
55
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
66
"test": "npm run test-es5 && npm run test-es2015",

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.4.2",
3+
"version": "1.5.0",
44
"peerDependencies": {
55
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
66
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"

0 commit comments

Comments
 (0)