Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Aug 14, 2022
1 parent 5e297d8 commit d86e613
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.8.1 / 2022-08-14
==================

Align transcode.toAnimated with the spec - remove .delay() (#528)
Fix end_offset, start_offset params for legacy url generation (#532)
Fix build on node 12 (#531)
Refactor transformations to use transformation-builder package (#527)

1.8.0 / 2022-05-08
==================

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/url-gen",
"version": "1.8.0",
"version": "1.8.1",
"description": "",
"scripts": {
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
Expand Down

0 comments on commit d86e613

Please sign in to comment.