Skip to content

Commit

Permalink
Version 1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 13, 2021
1 parent a0f7a2f commit d3aaf92
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
1.0.0-alpha.11 / 2021-01-13
==================

New functionality and features
------------------------------
* Fix incorrect implementation for replaceColor with rgb colors
* Add a missing prepareColor function call in text background color
* Implement reshape.trim
* Rename unknown to any in Typescript
* Add support for videoEdit.preview()
* Add support for videoCodec
* Remove support for flag concatenation (#297)

Other Changes
-------------
* Improve test coverage
* Add changelog file
* Add the right icon and add style changes (For the JSDoc website)(#299)



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.10",
"version": "1.0.0-alpha.11",
"description": "",
"scripts": {
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
Expand Down

0 comments on commit d3aaf92

Please sign in to comment.