diff --git a/CHANGELOG.md b/CHANGELOG.md index 279fa6a..01c35a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +1.4.2 / 2021-05-24 +============= + * Add support for angular 12 (#308) + 1.4.1 / 2021-04-25 ============= * resolve errors wheh using lazyload and ssr (#306) diff --git a/package.json b/package.json index 289a622..c422611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.4.1", + "version": "1.4.2", "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 fb1195e..bc1131b 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.4.1", + "version": "1.4.2", "peerDependencies": { "@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", "@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"