Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed May 11, 2024
1 parent 5b0d8f6 commit 6b424f0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 1.0.0

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

### 🔥 Performance

- **noti:** Avoid unnecessary loop execution ([#45](https://github.com/Rock070/vue3-noti/pull/45))

### 🩹 Fixes

- Nuxt module dependency ([9b8774b](https://github.com/Rock070/vue3-noti/commit/9b8774b))

### 💅 Refactors

- **noti:** Use Date.now() instead of new Date().getTime() ([#44](https://github.com/Rock070/vue3-noti/pull/44))
- **noti:** Use simple implementation instead ([#46](https://github.com/Rock070/vue3-noti/pull/46))

### 🏡 Chore

- Update ci deps ([#49](https://github.com/Rock070/vue3-noti/pull/49))
- Update node 20 and pnpm 9 ([#48](https://github.com/Rock070/vue3-noti/pull/48))

### ❤️ Contributors

- Alex Liu ([@Mini-ghost](http://github.com/Mini-ghost))
- Rock070 ([@Rock070](http://github.com/Rock070))

## 1.0.0-beta.5

[compare changes](https://github.com/Rock070/vue3-noti/compare/1.0.0-beta.4...main)
Expand All @@ -14,7 +41,6 @@

- 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 Expand Up @@ -97,7 +123,6 @@

## 1.0.0-beta.1


### 🚀 Enhancements

- **core:** Composables add useNoti ([ac8584d](https://github.com/Rock070/vue3-noti/commit/ac8584d))
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.5",
"version": "1.0.0",
"private": false,
"description": "Vue3 Toast with Composition API",
"source": "./src/index.ts",
Expand Down

0 comments on commit 6b424f0

Please sign in to comment.