diff --git a/CHANGELOG.md b/CHANGELOG.md index c681c3a..c57accc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +1.3.1 / 2020-07-19 +============= + +New functionality +----------------- + * Add support for angular 10 (#281) + +Other changes +----------------- + * Fix placeholder when user passes css style (#284) + * Add test for normalized user variables (#280) + * Update workspace to version angular 7 (#278) + * Fix user variables (#276) + * Add test coverage (#285) + * Update cloudinary-core version (#286) + + 1.2.2 / 2020-04-13 ================== diff --git a/package.json b/package.json index 0a1ef60..0f79756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.2.2", + "version": "1.3.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 9455609..668e7a5 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.2.2", + "version": "1.3.1", "peerDependencies": { "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"