Skip to content

Commit 27cd009

Browse files
chore: release v0.3.5
1 parent 2f6ff49 commit 27cd009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tokenwise",
33
"type": "module",
4-
"version": "0.3.4",
4+
"version": "0.3.5",
55
"packageManager": "[email protected]",
66
"description": "GPT token estimation and context size utilities without a full tokenizer",
77
"author": "Johann Schopplich <[email protected]>",
@@ -47,9 +47,9 @@
4747
"dev": "unbuild --stub",
4848
"lint": "eslint .",
4949
"lint:fix": "eslint . --fix",
50-
"release": "bumpp --commit --push --tag",
5150
"test": "vitest",
52-
"test:types": "tsc --noEmit"
51+
"test:types": "tsc --noEmit",
52+
"release": "bumpp"
5353
},
5454
"devDependencies": {
5555
"@antfu/eslint-config": "^2.15.0",

0 commit comments

Comments
 (0)