Skip to content

Commit 86c9d7e

Browse files
authored
Bump version to 0.0.6 (tensorflow#14)
* depends on tfjs-layers 0.0.6
1 parent e68a66a commit 86c9d7e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "An open-source machine learning framework.",
55
"private": false,
66
"main": "dist/index",
@@ -25,6 +25,6 @@
2525
},
2626
"dependencies": {
2727
"@tensorflow/tfjs-core": "0.0.2",
28-
"@tensorflow/tfjs-layers": "0.0.5"
28+
"@tensorflow/tfjs-layers": "0.0.6"
2929
}
3030
}

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 = '0.0.5';
4+
const version = '0.0.6';
55
export {version};

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
seedrandom "~2.4.3"
1010
utf8 "~2.1.2"
1111

12-
"@tensorflow/tfjs-layers@0.0.5":
13-
version "0.0.5"
14-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.0.5.tgz#b9f2a96b2af3a5d610027b90e181d1f36abfff94"
12+
"@tensorflow/tfjs-layers@0.0.6":
13+
version "0.0.6"
14+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.0.6.tgz#b771777d45c37722e700bc36c72e23cc0ae07766"
1515
dependencies:
1616
underscore "~1.8.3"
1717

0 commit comments

Comments
 (0)