Skip to content

Commit

Permalink
Bump version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Aug 14, 2023
1 parent 7c77c62 commit 4f87167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openai-chat-tokens",
"version": "0.2.4",
"version": "0.2.5",
"description": "Estimate the number of tokens an OpenAI chat completion request will use",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"js-tiktoken": "^1.0.7"
}
}
}

0 comments on commit 4f87167

Please sign in to comment.