We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e297d8 commit d86e613Copy full SHA for d86e613
CHANGELOG.md
@@ -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
9
1.8.0 / 2022-05-08
10
==================
11
package.json
@@ -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",
0 commit comments