Skip to content

Commit a7ba06a

Browse files
committed
chore(release): v0.2.0
1 parent 726d271 commit a7ba06a

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.1.1...v0.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Buttons, modals and select menus regroups in components dir ([8699bac](https://github.com/harmonix-js/core/commit/8699bac))
10+
11+
### 🩹 Fixes
12+
13+
- Color on variable warning ([4575640](https://github.com/harmonix-js/core/commit/4575640))
14+
15+
### 💅 Refactors
16+
17+
- Streamline command and context menu definitions, enhance utility functions ([e7e3868](https://github.com/harmonix-js/core/commit/e7e3868))
18+
19+
### 🏡 Chore
20+
21+
- Remove items from .gitignore ([7930ecf](https://github.com/harmonix-js/core/commit/7930ecf))
22+
- **playground:** Regroups components ([726d271](https://github.com/harmonix-js/core/commit/726d271))
23+
24+
### 🎨 Styles
25+
26+
- Capitalize argument cannot be undefined ([9510181](https://github.com/harmonix-js/core/commit/9510181))
27+
28+
### 🤖 CI
29+
30+
- Add commitlint and husky ([4a04ce0](https://github.com/harmonix-js/core/commit/4a04ce0))
31+
- Fix commitlint ([34787c1](https://github.com/harmonix-js/core/commit/34787c1))
32+
- Fix commitlint workflow ([661aea9](https://github.com/harmonix-js/core/commit/661aea9))
33+
34+
### ❤️ Contributors
35+
36+
- Nethris <david.abou@epitech.eu>
37+
338
## v0.1.1
439

540
[compare changes](https://github.com/harmonix-js/core/compare/v0.1.0...v0.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harmonix-js/core",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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)