diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c35a3..cc59daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +1.5.0 / 2021-10-11 +============= +New functionality +----------------- + * Add position input to background image directive (#309) + +Other changes +----------------- + * Updated cloudinary-core version (#310) + + 1.4.2 / 2021-05-24 ============= * Add support for angular 12 (#308) diff --git a/package.json b/package.json index 488bf0e..7a0ade8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.4.2", + "version": "1.5.0", "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 9df859d..9fcf15f 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.2", + "version": "1.5.0", "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"