Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Mar 24, 2022
1 parent c87a833 commit f2daaa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.5.2 / 2022-03-24
=============
* Bump minimist version in photo album (#315)

1.5.1 / 2022-02-27
=============
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_angular",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "npm run test-es5 && npm run test-es2015",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-cld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-5.x",
"version": "1.5.1",
"version": "1.5.2",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
Expand Down

0 comments on commit f2daaa7

Please sign in to comment.