Skip to content

Commit 94f6108

Browse files
committed
chore(release): v0.3.2
1 parent 0c69155 commit 94f6108

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.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+
- Nethris <[email protected]>
33+
334
## v0.3.1
435

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

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.3.1",
3+
"version": "0.3.2",
44
"repository": "harmonix-js/core",
55
"homepage": "https://harmonix-js.netlify.app",
66
"description": "🤖 Open-source framework to make Discord bots.",

0 commit comments

Comments
 (0)