Skip to content

Commit d86e613

Browse files
author
cloudinary-bot
committed
Version 1.8.1
1 parent 5e297d8 commit d86e613

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.8.1 / 2022-08-14
2+
==================
3+
4+
Align transcode.toAnimated with the spec - remove .delay() (#528)
5+
Fix end_offset, start_offset params for legacy url generation (#532)
6+
Fix build on node 12 (#531)
7+
Refactor transformations to use transformation-builder package (#527)
8+
19
1.8.0 / 2022-05-08
210
==================
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)