Skip to content

Commit e0e56c6

Browse files
committed
chore: bump version to 0.8.0 and update release script for patch versioning
1 parent 926c341 commit e0e56c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-nuxt-ui",
3-
"version": "0.7.11",
3+
"version": "0.8.0",
44
"description": "FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components",
55
"author": {
66
"name": "Tom",
@@ -79,7 +79,7 @@
7979
"dev": "npm run dev:prepare && nuxi dev playground",
8080
"dev:build": "nuxi build playground",
8181
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
82-
"release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
82+
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
8383
"lint": "eslint .",
8484
"test": "vitest run",
8585
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)