Skip to content

Commit

Permalink
chore: release v1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed Nov 27, 2023
1 parent 43e57f1 commit 78e678e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.0.0-beta.5

[compare changes](https://github.com/Rock070/vue3-noti/compare/1.0.0-beta.4...main)

### 🚀 Enhancements

- Nuxt module autoImport, moduleKey: noti ([#43](https://github.com/Rock070/vue3-noti/pull/43))

### 🏡 Chore

- Release nuxt module 1.0.0-beta.4 ([4f23683](https://github.com/Rock070/vue3-noti/commit/4f23683))

### ❤️ Contributors

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


## 1.0.0-beta.4

[compare changes](https://github.com/Rock070/vue3-noti/compare/1.0.0-beta.3...main)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue3-noti/core",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"private": false,
"description": "Vue3 Toast with Composition API",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue3-noti/nuxt",
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"private": false,
"description": "Nuxt3 Toast with Composition API",
"license": "MIT",
Expand Down

0 comments on commit 78e678e

Please sign in to comment.