diff --git a/bun.lockb b/bun.lockb index 2ddf65b..2706a35 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1c91ddd..2c24155 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,10 @@ "scripts": { "build": "unbuild", "typecheck": "tsc --noEmit", - "lint": "nr build && cd ./fixtures && eslint ./src" + "lint": "bun run build && cd ./fixtures && bunx eslint ./src", + "changelog": "bunx changelogen --output CHANGELOG.md", + "prepublishOnly": "bun run build", + "release": "bun run changelog && bunx bumpp package.json --all" }, "dependencies": { "@typescript-eslint/utils": "^8.8.1", @@ -48,6 +51,8 @@ "devDependencies": { "@types/bun": "^1.1.11", "@types/node": "^22.7.5", + "bumpp": "^9.7.1", + "changelogen": "^0.5.7", "unbuild": "2.0.0", "eslint-vitest-rule-tester": "^0.6.1", "vitest": "^2.1.2",