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 ec61dcd commit f1b07ddCopy full SHA for f1b07dd
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+1.5.1 / 2022-02-27
3
+=============
4
+ * Add support for angular versions >=6.0.0
5
+
6
1.5.0 / 2021-10-11
7
=============
8
New functionality
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary_angular",
- "version": "1.5.0",
+ "version": "1.5.1",
"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