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 9a2e693 commit fc3b068Copy full SHA for fc3b068
tfjs-vis/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-vis",
3
- "version": "1.4.3",
+ "version": "1.5.1",
4
"description": "Utilities for in browser visualization with TensorFlow.js",
5
"repository": "https://github.com/tensorflow/tfjs-vis",
6
"license": "Apache-2.0",
tfjs-vis/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */
// This code is auto-generated, do not modify this file!
-const version = '1.4.0';
+const version = '1.5.1';
export {version};
0 commit comments