We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342da3e commit 9eade05Copy full SHA for 9eade05
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.4.5] - 2022-03-11
6
+
7
### Added
8
9
- URL of Wasm binary can be overriden using `Vizzu.options({ wasmUrl })`.
test/integration/modules/vizzu/vizzu-version.js
@@ -52,7 +52,8 @@ class VizzuVersion {
52
"0.4.0",
53
"0.4.2",
54
"0.4.3",
55
- "0.4.4"
+ "0.4.4",
56
+ "0.4.5"
57
];
58
publicBetaList.slice().reverse().forEach((version, index) => {
59
publicBetaList[index] = {num: version, url: VizzuUrl.getRemoteCdn() + "@" + version + "/dist/vizzu.min.js"};
0 commit comments