Skip to content

Commit 3f6f75a

Browse files
committed
Bump version to v0.2.1
1 parent a39f781 commit 3f6f75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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": "openai-chat-tokens",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Estimate the number of tokens an OpenAI chat completion request will use",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -32,4 +32,4 @@
3232
"dependencies": {
3333
"js-tiktoken": "^1.0.7"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)