Skip to content

Commit f48c487

Browse files
committed
chore(release): v0.0.7
1 parent 6503300 commit f48c487

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v0.0.7
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.6...v0.0.7)
6+
7+
### 🚀 Enhancements
8+
9+
- Add the possibility to specify if context menu is message or user in the type ([5c35735](https://github.com/harmonix-js/core/commit/5c35735))
10+
- Add metadata to command arguments ([ee04f7d](https://github.com/harmonix-js/core/commit/ee04f7d))
11+
- Apply metadata to slash commands ([1ea604b](https://github.com/harmonix-js/core/commit/1ea604b))
12+
- New argument handling more intuitive ([b96afe2](https://github.com/harmonix-js/core/commit/b96afe2))
13+
14+
### 🩹 Fixes
15+
16+
- Remove useless exports ([9309ada](https://github.com/harmonix-js/core/commit/9309ada))
17+
- Error message more explicit ([929b4ea](https://github.com/harmonix-js/core/commit/929b4ea))
18+
- Export types as types ([9c6ea03](https://github.com/harmonix-js/core/commit/9c6ea03))
19+
20+
### ✅ Tests
21+
22+
- Playground ([27ae63f](https://github.com/harmonix-js/core/commit/27ae63f))
23+
- Playground ([7115f74](https://github.com/harmonix-js/core/commit/7115f74))
24+
- Playground ([8debd58](https://github.com/harmonix-js/core/commit/8debd58))
25+
26+
### 🤖 CI
27+
28+
- Update cli lockfile when triggered ([6503300](https://github.com/harmonix-js/core/commit/6503300))
29+
30+
### ❤️ Contributors
31+
32+
- Nethris <[email protected]>
33+
334
## v0.0.6
435

536
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.5...v0.0.6)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harmonix-js/core",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"repository": "harmonix-js/core",
55
"homepage": "https://harmonix-js.netlify.app/",
66
"description": "⚡ Next-gen Discord Bot Framework",

0 commit comments

Comments
 (0)