Skip to content

Commit aba45f7

Browse files
author
strausr
committed
Version 1.5.3
1 parent 2866df6 commit aba45f7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
1.5.3 / 2022-06-12
3+
=============
4+
* Update Readme description
5+
16
1.5.2 / 2022-03-24
27
=============
38
* Bump minimist version in photo album (#315)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "cloudinary_angular",
33
"version": "1.5.3",
4+
"description": "This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/ng",
45
"scripts": {
56
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
67
"test": "npm run test-es5 && npm run test-es2015",

projects/angular-cld/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
4+
"description": "This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/ng",
45
"peerDependencies": {
56
"@angular/common": ">=6.0.0",
67
"@angular/core": ">=6.0.0"

0 commit comments

Comments
 (0)