Skip to content

Commit 6f580c4

Browse files
committed
chore(release): v0.0.7
1 parent c2843dc commit 6f580c4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v0.0.7
5+
6+
[compare changes](https://github.com/zojize/nuxt-discord/compare/v0.0.6...v0.0.7)
7+
8+
### 🚀 Enhancements
9+
10+
- Server HMR dynamic command loading ([c2843dc](https://github.com/zojize/nuxt-discord/commit/c2843dc))
11+
12+
### 🩹 Fixes
13+
14+
- Send websocket message after connected ([5e1db83](https://github.com/zojize/nuxt-discord/commit/5e1db83))
15+
16+
### 🏡 Chore
17+
18+
- Shared internal logger for module server runtime ([c5d0f79](https://github.com/zojize/nuxt-discord/commit/c5d0f79))
19+
- Add chokidar and rollup to dependencies ([53e63ba](https://github.com/zojize/nuxt-discord/commit/53e63ba))
20+
21+
### ❤️ Contributors
22+
23+
24+
425
## v0.0.6
526

627
[compare changes](https://github.com/zojize/nuxt-discord/compare/v0.0.4...v0.0.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-discord",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"packageManager": "[email protected]",
66
"description": "A Nuxt module for building Discord bots",
77
"author": "Jize Zou <[email protected]> (https://github.com/zojize)",

0 commit comments

Comments
 (0)