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 abdf495 commit bb1b01aCopy full SHA for bb1b01a
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
-### _unreleased_
+### @aduh95/Viz.js v3.2.1 (2020-11-05)
4
5
- Bump Emscripten version to
6
[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)).
9
10
### @aduh95/Viz.js v3.2.0 (2020-10-17)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@aduh95/viz.js",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "A hack to put Graphviz on the web.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
0 commit comments