Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Jun 13, 2022
1 parent 2866df6 commit aba45f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

1.5.3 / 2022-06-12
=============
* Update Readme description

1.5.2 / 2022-03-24
=============
* Bump minimist version in photo album (#315)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cloudinary_angular",
"version": "1.5.3",
"description": "This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/ng",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "npm run test-es5 && npm run test-es2015",
Expand Down
3 changes: 2 additions & 1 deletion projects/angular-cld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@cloudinary/angular-5.x",
"version": "1.5.2",
"version": "1.5.3",
"description": "This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/ng",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
Expand Down

0 comments on commit aba45f7

Please sign in to comment.