Skip to content

Commit 15f1983

Browse files
committed
release 0.4.6
1 parent d105c6a commit 15f1983

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.4.6] - 2022-03-12
6+
57
### Fixed
68

79
- Fixed Vizzu.options() function signature in .d.ts file.
810

9-
### Added
10-
1111
## [0.4.5] - 2022-03-11
1212

1313
### Fixed

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

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

0 commit comments

Comments
 (0)