Skip to content

Commit 1d88e1a

Browse files
committed
chore(release): v0.0.8
1 parent d39952e commit 1d88e1a

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.8
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.7...v0.0.8)
6+
7+
### 🚀 Enhancements
8+
9+
- Add a command map ([74bab6e](https://github.com/harmonix-js/core/commit/74bab6e))
10+
- Add useHamronix function to access to harmonix instance ([1339153](https://github.com/harmonix-js/core/commit/1339153))
11+
12+
### 🩹 Fixes
13+
14+
- Required is always true ([d2b2fc4](https://github.com/harmonix-js/core/commit/d2b2fc4))
15+
- Remove useless discord type ([a8036d7](https://github.com/harmonix-js/core/commit/a8036d7))
16+
- Add default type for slash generic type ([e71f2c9](https://github.com/harmonix-js/core/commit/e71f2c9))
17+
18+
### ✅ Tests
19+
20+
- Playground ([d39952e](https://github.com/harmonix-js/core/commit/d39952e))
21+
22+
### 🎨 Styles
23+
24+
- Lint ([cbbbcdd](https://github.com/harmonix-js/core/commit/cbbbcdd))
25+
26+
### 🤖 CI
27+
28+
- Fix update workflow ([6be5d01](https://github.com/harmonix-js/core/commit/6be5d01))
29+
30+
### ❤️ Contributors
31+
32+
- Nethris <david.abou@epitech.eu>
33+
334
## v0.0.7
435

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

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.0.7",
3+
"version": "0.0.8",
44
"repository": "harmonix-js/core",
55
"homepage": "https://harmonix-js.netlify.app/",
66
"description": "⚡ Next-gen Discord Bot Framework",

0 commit comments

Comments
 (0)