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 fb18bb2 commit 518c0e5Copy full SHA for 518c0e5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+1.25.1 / 2021-03-22
2
+==================
3
+
4
+ * Fix/unhandled promise rejection call api (#481)
5
+ * Fix return type of api_url function(return String instead of Promise) (#483)
6
+ * Add SHA-256 support for auth signatures (#479)
7
8
1.25.0 / 2021-02-22
9
==================
10
package.json
@@ -2,7 +2,7 @@
"author": "Cloudinary <[email protected]>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
- "version": "1.25.0",
+ "version": "1.25.1",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
0 commit comments