From f1b07dda8197ef8a21e4d6e4c97af5c25192257f Mon Sep 17 00:00:00 2001 From: Raya Straus Date: Sun, 27 Feb 2022 11:30:21 +0200 Subject: [PATCH] Version 1.5.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- projects/angular-cld/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc59daf..ae4fe51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +1.5.1 / 2022-02-27 +============= + * Add support for angular versions >=6.0.0 + 1.5.0 / 2021-10-11 ============= New functionality diff --git a/package.json b/package.json index 7a0ade8..7fc4849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.5.0", + "version": "1.5.1", "scripts": { "lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json", "test": "npm run test-es5 && npm run test-es2015", diff --git a/projects/angular-cld/package.json b/projects/angular-cld/package.json index b9bbd8e..11126ef 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.5.0", + "version": "1.5.1", "peerDependencies": { "@angular/common": ">=6.0.0", "@angular/core": ">=6.0.0"