Skip to content

Commit 0af51d5

Browse files
committed
cut the release version 1.0.0-beta.0
1 parent 938691c commit 0af51d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fasttext",
3-
"version": "1.0.0-beta1",
3+
"version": "1.0.0-beta.0",
44
"description": "Nodejs binding for Fasttext representation and classification",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -54,6 +54,7 @@
5454
"src",
5555
"fastText/src",
5656
"index.js",
57+
"index.d.ts",
5758
"binding.gyp"
5859
]
5960
}

0 commit comments

Comments
 (0)