From 57e1617a591804ef1ddf294aefd6640e59d23e38 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sun, 17 Jan 2021 14:20:07 +0000 Subject: [PATCH] Version 1.0.0-alpha.12 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c3cc67..1b742033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +1.0.0-alpha.12 / 2021-01-17 +================== + +New functionality and features + ------------------------------ + * Change addTransformation() to accept a transformation instance as well as a string + * Add mandatory qualifiers: x, y, to effect.shear() + * Add duration qualifier to effect.fadeIn() + * Rename deshake.pixels to deshakeStrength, add support for Expression (#304) + +Other Changes + ------------- + * Fix missing JSDoc favicon + 1.0.0-alpha.11 / 2021-01-13 ================== diff --git a/package.json b/package.json index d68c2cde..8704ac26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/base", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "description": "", "scripts": { "test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",