We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87a833 commit f2daaa7Copy full SHA for f2daaa7
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+1.5.2 / 2022-03-24
2
+=============
3
+ * Bump minimist version in photo album (#315)
4
5
1.5.1 / 2022-02-27
6
=============
package.json
@@ -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",
projects/angular-cld/package.json
"name": "@cloudinary/angular-5.x",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
0 commit comments