Skip to content

Commit 95081dd

Browse files
committed
chore(release): v0.0.15
1 parent 04cd953 commit 95081dd

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.15
5+
6+
[compare changes](https://github.com/zojize/nuxt-discord/compare/v0.0.14...v0.0.15)
7+
8+
### 🚀 Enhancements
9+
10+
- **hmr:** Add alias resolution to rollup configuration ([b317687](https://github.com/zojize/nuxt-discord/commit/b317687))
11+
- **reply:** Add button support ([2990716](https://github.com/zojize/nuxt-discord/commit/2990716))
12+
- **playground:** Add counter command as button example ([17aa950](https://github.com/zojize/nuxt-discord/commit/17aa950))
13+
14+
### 🩹 Fixes
15+
16+
- Update slash-commands page to avoid import issues ([841ade4](https://github.com/zojize/nuxt-discord/commit/841ade4))
17+
18+
### 🏡 Chore
19+
20+
- Update dependencies ([ec560bb](https://github.com/zojize/nuxt-discord/commit/ec560bb))
21+
- Update dependencies ([d6c8a22](https://github.com/zojize/nuxt-discord/commit/d6c8a22))
22+
- Remove redundant comments ([04cd953](https://github.com/zojize/nuxt-discord/commit/04cd953))
23+
24+
### ✅ Tests
25+
26+
- Use expect.poll ([eaa6f49](https://github.com/zojize/nuxt-discord/commit/eaa6f49))
27+
28+
### ❤️ Contributors
29+
30+
31+
432
## v0.0.14
533

634
[compare changes](https://github.com/zojize/nuxt-discord/compare/v0.0.13...v0.0.14)

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.14",
4+
"version": "0.0.15",
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)