Skip to content

Commit fc3b068

Browse files
Update tfjs-vis to 1.5.1. (#4974)
1 parent 9a2e693 commit fc3b068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfjs-vis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-vis",
3-
"version": "1.4.3",
3+
"version": "1.5.1",
44
"description": "Utilities for in browser visualization with TensorFlow.js",
55
"repository": "https://github.com/tensorflow/tfjs-vis",
66
"license": "Apache-2.0",

tfjs-vis/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '1.4.0';
4+
const version = '1.5.1';
55
export {version};

0 commit comments

Comments
 (0)