Skip to content

Commit 0f0a929

Browse files
committed
cut the release version 1.0.0
1 parent a529e15 commit 0f0a929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export declare class Query {
1212
}
1313

1414
export interface Options {
15-
[key: string]: string;
15+
[key: string]: any;
1616
// The following arguments are mandatory
1717
input: string; // training file path
1818
output: string; // output file path

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fasttext",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0",
44
"description": "Nodejs binding for Fasttext representation and classification",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)