Skip to content

Commit 9eade05

Browse files
committed
release 0.4.5
1 parent 342da3e commit 9eade05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.5] - 2022-03-11
6+
57
### Added
68

79
- URL of Wasm binary can be overriden using `Vizzu.options({ wasmUrl })`.

test/integration/modules/vizzu/vizzu-version.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class VizzuVersion {
5252
"0.4.0",
5353
"0.4.2",
5454
"0.4.3",
55-
"0.4.4"
55+
"0.4.4",
56+
"0.4.5"
5657
];
5758
publicBetaList.slice().reverse().forEach((version, index) => {
5859
publicBetaList[index] = {num: version, url: VizzuUrl.getRemoteCdn() + "@" + version + "/dist/vizzu.min.js"};

0 commit comments

Comments
 (0)