Skip to content

Commit e49095f

Browse files
committed
Bump version to 1.0.1 and add TypeScript definition file
1 parent 2be348d commit e49095f

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": "fast-hashring",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A library for consistent hashing using virtual nodes for improved key distribution.",
55
"main": "consistent-hash.js",
66
"type": "module",
@@ -18,6 +18,7 @@
1818
"license": "MIT",
1919
"files": [
2020
"consistent-hash.js",
21+
"consistent-hash.d.ts",
2122
"README.md",
2223
"LICENSE"
2324
]

0 commit comments

Comments
 (0)