From 4f6fcea6e10275d787eadd62f905777170b79d08 Mon Sep 17 00:00:00 2001 From: Raya Straus Date: Sun, 17 Jan 2021 13:32:12 +0200 Subject: [PATCH] Version 1.3.4 --- 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 3935801..5125ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +1.3.4 / 2021-01-17 +================== +* Add video event support (#300) + 1.3.3 / 2020-08-26 ================== * Add test for secure placeholder (#291) diff --git a/package.json b/package.json index b796696..a10d27c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_angular", - "version": "1.3.3", + "version": "1.3.4", "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 de772a9..53d3b52 100644 --- a/projects/angular-cld/package.json +++ b/projects/angular-cld/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/angular-5.x", - "version": "1.3.3", + "version": "1.3.4", "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"