feat: Bump version to 0.0.2 in package.json

This commit is contained in:
Lucàs
2025-05-29 09:03:49 +02:00
parent 437fc49564
commit 16514ec14b
+1 -1
View File
@@ -4,7 +4,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.2",
"description": "Pug renderer middleware for Hono", "description": "Pug renderer middleware for Hono",
"scripts": { "scripts": {
"build": "bun build --target=node ./src/index.ts --outfile=./dist/index.js && bun run build:declaration", "build": "bun build --target=node ./src/index.ts --outfile=./dist/index.js && bun run build:declaration",