Skip to content

Commit

Permalink
chore: bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Oct 20, 2024
1 parent f9645dd commit cd1f6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutkli/jikan-ts",
"version": "2.0.2",
"version": "2.1.0",
"description": "Node.js wrapper for the Jikan API with built-in typings.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -9,7 +9,7 @@
"scripts": {
"prepare": "git config core.hookspath .githooks",
"build": "tsup --config tsup.config.ts",
"prepublishOnly": "yarn run build",
"prepublishOnly": "bun run build",
"test:ci": "vitest --silent --run",
"test:coverage": "vitest run --coverage",
"test:dev": "vitest",
Expand Down

0 comments on commit cd1f6ba

Please sign in to comment.