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.3.2
4
+
5
+ [ compare changes] ( https://github.com/harmonix-js/core/compare/v0.3.1...v0.3.2 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Modals input can be null if not required ([ ba286c9] ( https://github.com/harmonix-js/core/commit/ba286c9 ) )
10
+ - Commands options can be null if not required ([ e1be061] ( https://github.com/harmonix-js/core/commit/e1be061 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - Modals inputs allways required bug ([ bef86c0] ( https://github.com/harmonix-js/core/commit/bef86c0 ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - Update playground details ([ 0c69155] ( https://github.com/harmonix-js/core/commit/0c69155 ) )
19
+
20
+ ### 🎨 Styles
21
+
22
+ - Change log message when live reloading ([ d42814e] ( https://github.com/harmonix-js/core/commit/d42814e ) )
23
+ - Remove useless template literals in reload log message ([ aaca01d] ( https://github.com/harmonix-js/core/commit/aaca01d ) )
24
+ - Change success message on command loaded ([ 081cdd6] ( https://github.com/harmonix-js/core/commit/081cdd6 ) )
25
+
26
+ ### 🤖 CI
27
+
28
+ - Remove cli updating ([ 15c8dd3] ( https://github.com/harmonix-js/core/commit/15c8dd3 ) )
29
+
30
+ ### ❤️ Contributors
31
+
32
+
33
+
3
34
## v0.3.1
4
35
5
36
[ compare changes] ( https://github.com/harmonix-js/core/compare/v0.3.0...v0.3.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harmonix-js/core" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"repository" : " harmonix-js/core" ,
5
5
"homepage" : " https://harmonix-js.netlify.app" ,
6
6
"description" : " 🤖 Open-source framework to make Discord bots." ,
You can’t perform that action at this time.
0 commit comments