Skip to content

Commit f1b07dd

Browse files
committed
Version 1.5.1
1 parent ec61dcd commit f1b07dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

2+
1.5.1 / 2022-02-27
3+
=============
4+
* Add support for angular versions >=6.0.0
5+
26
1.5.0 / 2021-10-11
37
=============
48
New functionality

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.5.0",
3+
"version": "1.5.1",
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.5.0",
3+
"version": "1.5.1",
44
"peerDependencies": {
55
"@angular/common": ">=6.0.0",
66
"@angular/core": ">=6.0.0"

0 commit comments

Comments
 (0)