Skip to content

Commit 0a841b2

Browse files
committed
version: bump core package version
1 parent 176c037 commit 0a841b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/core/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/core",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"description": "Core application container, lifecycle management and service providers for H3ravel.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -48,7 +48,8 @@
4848
"dev": "tsx watch src/index.ts",
4949
"start": "node dist/index.js",
5050
"lint": "eslint . --ext .ts",
51-
"test": "jest --passWithNoTests"
51+
"test": "jest --passWithNoTests",
52+
"release:patch": "pnpm build && pnpm version patch && git add . && git commit -m \"version: bump core package version\" && pnpm publish --tag latest"
5253
},
5354
"dependencies": {
5455
"@h3ravel/shared": "workspace:^",
@@ -69,4 +70,4 @@
6970
"@types/semver": "^7.7.1",
7071
"typescript": "^5.9.2"
7172
}
72-
}
73+
}

0 commit comments

Comments
 (0)