Skip to content

Commit

Permalink
Version 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-jenkins committed Jul 26, 2020
1 parent 3b0d80c commit 27d5c00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.11.1 / 2020-07-26
==================

* Revert Fix lazy loading of responsive images (#253)

2.11.0 / 2020-07-26
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_js",
"version": "2.11.0",
"version": "2.11.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": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-core",
"version": "2.11.0",
"version": "2.11.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",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-jquery-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery-file-upload",
"version": "2.11.0",
"version": "2.11.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",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery",
"version": "2.11.0",
"version": "2.11.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",
Expand Down

0 comments on commit 27d5c00

Please sign in to comment.