Skip to content

Commit 93fea04

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.2
1 parent be35367 commit 93fea04

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
1.0.0-beta.2 / 2021-04-11
2+
==================
3+
4+
New functionality and features
5+
==============================
6+
* Add Theme Effect (#354)
7+
* Breaking - Change the public property of an asset to private (suffix, signature, storageType, extension and version are now private ) (#358)
8+
* URLConfig - Implement missing url features(Suffix, StorageType, privateCDN, shorten, SEO, useRootPath and more (All URL Config options) (#357)
9+
10+
11+
Other changes
12+
================
13+
* URLEncoding - Fix issues in previous implementation of URL Encoding (#356)
14+
* Docs - Add examples to round corners and rotate (#373)
15+
* Docs - Add examples to video edit docs and align various names in the docs (#376)
16+
* Docs - Add examples to variable docs (#375)
17+
* Docs - Add examples to transcode (#374)
18+
* Docs - Add examples to rotate docs (#371)
19+
* Docs - Add examples to Reshape (#370)
20+
* Docs - Add examples to PSDTools (#369)
21+
* Docs - Add examples to Overlay and Underlay (#368)
22+
* Docs - Add examples to Extract (#367)
23+
* Docs - Add examples to Resize (#366)
24+
* Docs - Add examples for named transformations (#364)
25+
* Docs - add examples to effect (#363)
26+
* Docs - add examples to delivery (#362)
27+
* Docs - Add examples to custom functions (#361)
28+
* Docs - Add examples to Border and fix code highlights (#359)
29+
* Analytics - Add SDK analytics (#351)
30+
* Docs - Fix indentation issues in the code examples in the reference website (#372)
31+
* Docs - Add document links to qualifiers (#377)
32+
133
1.0.0-beta.1 / 2021-02-24
234
==================
335

package.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/base",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "",
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)