Skip to content

Commit d3aaf92

Browse files
author
cloudinary-bot
committed
Version 1.0.0-alpha.11
1 parent a0f7a2f commit d3aaf92

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
1.0.0-alpha.11 / 2021-01-13
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
* Fix incorrect implementation for replaceColor with rgb colors
7+
* Add a missing prepareColor function call in text background color
8+
* Implement reshape.trim
9+
* Rename unknown to any in Typescript
10+
* Add support for videoEdit.preview()
11+
* Add support for videoCodec
12+
* Remove support for flag concatenation (#297)
13+
14+
Other Changes
15+
-------------
16+
* Improve test coverage
17+
* Add changelog file
18+
* Add the right icon and add style changes (For the JSDoc website)(#299)
19+
20+
21+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/base",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)