Skip to content

Commit bb1b01a

Browse files
committed
v3.2.1
1 parent abdf495 commit bb1b01a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
### _unreleased_
3+
### @aduh95/Viz.js v3.2.1 (2020-11-05)
44

55
- Bump Emscripten version to
66
[2.0.8](https://github.com/emscripten-core/emscripten/blob/master/ChangeLog.md#208-10242020).
7+
- Closure compiler is now disabled when building `render_sync.js`
8+
([#14](https://github.com/aduh95/viz.js/issues/14)).
79

810
### @aduh95/Viz.js v3.2.0 (2020-10-17)
911

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aduh95/viz.js",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "A hack to put Graphviz on the web.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)