diff --git a/CHANGELOG.md b/CHANGELOG.md index e62f4faf..e7b03b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.8.4 / 2022-08-15 +================== + +* Fix imports of conditional, customFunction, effect and others + 1.8.3 / 2022-08-15 ================== diff --git a/package.json b/package.json index cfc13e9a..eae79394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/url-gen", - "version": "1.8.3", + "version": "1.8.4", "description": "", "scripts": { "test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",