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 d105c6a commit 15f1983Copy full SHA for 15f1983
CHANGELOG.md
@@ -2,12 +2,12 @@
2
3
## [Unreleased]
4
5
+## [0.4.6] - 2022-03-12
6
+
7
### Fixed
8
9
- Fixed Vizzu.options() function signature in .d.ts file.
10
-### Added
-
11
## [0.4.5] - 2022-03-11
12
13
test/integration/modules/vizzu/vizzu-version.js
@@ -53,7 +53,8 @@ class VizzuVersion {
53
"0.4.2",
54
"0.4.3",
55
"0.4.4",
56
- "0.4.5"
+ "0.4.5",
57
+ "0.4.6"
58
];
59
publicBetaList.slice().reverse().forEach((version, index) => {
60
publicBetaList[index] = {num: version, url: VizzuUrl.getRemoteCdn() + "@" + version + "/dist/vizzu.min.js"};
0 commit comments