File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
33
+
3
34
## v0.0.6
4
35
5
36
[ compare changes] ( https://github.com/harmonix-js/core/compare/v0.0.5...v0.0.6 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harmonix-js/core" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"repository" : " harmonix-js/core" ,
5
5
"homepage" : " https://harmonix-js.netlify.app/" ,
6
6
"description" : " ⚡ Next-gen Discord Bot Framework" ,
You can’t perform that action at this time.
0 commit comments