From d26598d0dd4908dffdc4066ac1341e11774d994e Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 4 Apr 2024 09:30:06 +0000 Subject: [PATCH] Version 2.13.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- pkg/cloudinary-core/package.json | 2 +- pkg/cloudinary-jquery-file-upload/package.json | 2 +- pkg/cloudinary-jquery/package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354c42..9b5e724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.13.1 / 2024-04-04 +================== + + * Fix deprecated `jQuery.isArray` + 2.13.0 / 2022-07-17 ================== diff --git a/package.json b/package.json index 640a8c8..6ee61fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.13.0", + "version": "2.13.1", "description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "js/jquery.cloudinary.js", "directories": { diff --git a/pkg/cloudinary-core/package.json b/pkg/cloudinary-core/package.json index 76e4981..44b9d0c 100644 --- a/pkg/cloudinary-core/package.json +++ b/pkg/cloudinary-core/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-core", - "version": "2.13.0", + "version": "2.13.1", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-core.js", "types": "cloudinary-core.d.ts", diff --git a/pkg/cloudinary-jquery-file-upload/package.json b/pkg/cloudinary-jquery-file-upload/package.json index 306aeed..289cc52 100644 --- a/pkg/cloudinary-jquery-file-upload/package.json +++ b/pkg/cloudinary-jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery-file-upload", - "version": "2.13.0", + "version": "2.13.1", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "cloudinary-jquery-file-upload.js", "types": "cloudinary-jquery-file-upload.d.ts", diff --git a/pkg/cloudinary-jquery/package.json b/pkg/cloudinary-jquery/package.json index 63d83c7..2cc5e5d 100644 --- a/pkg/cloudinary-jquery/package.json +++ b/pkg/cloudinary-jquery/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery", - "version": "2.13.0", + "version": "2.13.1", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-jquery.js", "types": "cloudinary-jquery.d.ts",