Skip to content

Commit

Permalink
Version 1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 17, 2021
1 parent 0b220d6 commit 57e1617
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

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/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",
Expand Down

0 comments on commit 57e1617

Please sign in to comment.