Skip to content

Commit f2daaa7

Browse files
committed
Version 1.5.2
1 parent c87a833 commit f2daaa7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5.2 / 2022-03-24
2+
=============
3+
* Bump minimist version in photo album (#315)
14

25
1.5.1 / 2022-02-27
36
=============

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_angular",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"scripts": {
55
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
66
"test": "npm run test-es5 && npm run test-es2015",

projects/angular-cld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"peerDependencies": {
55
"@angular/common": ">=6.0.0",
66
"@angular/core": ">=6.0.0"

0 commit comments

Comments
 (0)