Skip to content

Commit 3a612c5

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.3
1 parent 934b268 commit 3a612c5

File tree

6 files changed

+23
-8
lines changed

6 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.0.0-beta.3 / 2021-04-28
2+
==================
3+
4+
New functionality and features
5+
==============================
6+
* Fix v1 url generation to correctly support border objects and strings (#384)
7+
* Add new setters to variable: setFloat, setInteger and setString (#378)
8+
9+
10+
Other changes
11+
================
12+
* Add dynamic copy right date for the Reference Website (#381)
13+
* Feature/add better tests for expressions (#380)
14+
* Add google analytics tag manager to the reference website (#385)
15+
116
1.0.0-beta.2 / 2021-04-11
217
==================
318

__DOCS__/JSDocTemplate/template/static/js/clipboard.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__DOCS__/JSDocTemplate/template/static/js/jquery.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__DOCS__/JSDocTemplate/template/tmpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,4 +1182,4 @@ this["tmpl"]["tutorial"] = Handlebars.template({"1":function(container,depth0,he
11821182
+ "<!-- end:readme.hbs -->";
11831183
},"useData":true});
11841184

1185-
if (typeof exports === 'object' && exports) {module.exports = this["tmpl"];}
1185+
if (typeof exports === 'object' && exports) {module.exports = this["tmpl"];}

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.2",
3+
"version": "1.0.0-beta.3",
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.2",
3+
"version": "1.0.0-beta.3",
44
"description": "",
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)