Skip to content

Commit 195e999

Browse files
committed
release 0.4.7
1 parent 82978e4 commit 195e999

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.7] - 2022-03-18
6+
57
### Fixed
68

79
- Runtime problem fixed for stacked charts.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class VizzuVersion {
5454
"0.4.3",
5555
"0.4.4",
5656
"0.4.5",
57-
"0.4.6"
57+
"0.4.6",
58+
"0.4.7"
5859
];
5960
publicBetaList.slice().reverse().forEach((version, index) => {
6061
publicBetaList[index] = {num: version, url: VizzuUrl.getRemoteCdn() + "@" + version + "/dist/vizzu.min.js"};

0 commit comments

Comments
 (0)