Skip to content

Commit 67b2a3c

Browse files
author
cloudinary-bot
committed
Version 1.6.0
1 parent 800be79 commit 67b2a3c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.6.0 / 2022-02-13
2+
==================
3+
4+
New Functionality
5+
-----------------
6+
* Change library name for mud bundles CldUrlGen
7+
* Add FadeIn/Out to from/toJson
8+
* Add Overlay from/toJson Json
9+
* Add Transcode from/toJson
10+
11+
Other Changes
12+
---------------
13+
* Fix textStroke import
14+
* Fix docs updateInjectVersionSemver.js
15+
* Fix build:docs script to use bash script
16+
117
1.5.1 / 2022-01-19
218
==================
319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -148,4 +148,4 @@
148148
"default": "./index.js"
149149
}
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)