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"