Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Feb 22, 2024
1 parent 6f2e3fd commit 2a42e48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## v0.0.6

[compare changes](https://github.com/varletjs/varlet-nuxt/compare/v0.0.5...v0.0.6)


### 🚀 Enhancements

- Make up the functional component ([6f2e3fd](https://github.com/varletjs/varlet-nuxt/commit/6f2e3fd))

### ❤️ Contributors

- Zhangmo8 ([@zhangmo8](http://github.com/zhangmo8))

## v0.0.5

[compare changes](https://github.com/varletjs/varlet-nuxt/compare/v0.0.4...v0.0.5)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/nuxt",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "pnpm@7.22.0",
"description": "varlet module for nuxt",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"build": "npm run dev:prepare && nuxt-module-build",
"gen": "npx changelogen --release",
"release": "npm run lint && npm run build && npx changelogen --release && npm publish && git push --follow-tags",
"release": "npm run build && npx changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint . --fix"
},
"peerDependencies": {
Expand Down Expand Up @@ -81,4 +81,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 2a42e48

Please sign in to comment.