Skip to content

Commit 5b689e5

Browse files
author
cloudinary-bot
committed
Version 2.12.1
1 parent 645e4f4 commit 5b689e5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.12.1 / 2022-01-02
2+
==================
3+
4+
* Fix pictureTag arguments & add missing definitions (#278)
5+
* Fix image srcset passed as attribute (#277)
6+
* Fix transparent video on Safari (#280)
7+
18

29
2.12.0 / 2021-10-10
310
=============

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_js",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"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.",
55
"main": "js/jquery.cloudinary.js",
66
"directories": {

pkg/cloudinary-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"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.",
55
"main": "cloudinary-core.js",
66
"types": "cloudinary-core.d.ts",

pkg/cloudinary-jquery-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery-file-upload",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"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.",
55
"main": "cloudinary-jquery-file-upload.js",
66
"types": "cloudinary-jquery-file-upload.d.ts",

pkg/cloudinary-jquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"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.",
55
"main": "cloudinary-jquery.js",
66
"types": "cloudinary-jquery.d.ts",

0 commit comments

Comments
 (0)