Skip to content

Commit

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

* Update analytics param to be urlAnalytics (#245)
* Fix IE11 support by removing unsupported padStart function (#244)
* Fix normalize() in jquery library used by server-side sdks
* Fix title added to npm packages
* Update travis configuration to test on node 8,10,12,14 (#241)

2.10.0 / 2020-07-01
==================

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.10.0",
"version": "2.10.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.10.0",
"version": "2.10.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.10.0",
"version": "2.10.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.10.0",
"version": "2.10.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 5552562

Please sign in to comment.