Skip to content

Commit b2582b3

Browse files
committed
chore(release): v0.0.9
1 parent b48d895 commit b2582b3

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.9
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.8...v0.0.9)
6+
7+
### 🚀 Enhancements
8+
9+
- Add defineEmbed and defineAttachment ([bc2a139](https://github.com/harmonix-js/core/commit/bc2a139))
10+
- Add clientOptions to config file ([dd3d9d2](https://github.com/harmonix-js/core/commit/dd3d9d2))
11+
- Add guildOnly command and all commands are slash ([824afca](https://github.com/harmonix-js/core/commit/824afca))
12+
13+
### 🩹 Fixes
14+
15+
- If no clientId is specify, client id of the bot will be automatically used ([7458310](https://github.com/harmonix-js/core/commit/7458310))
16+
- Use ready client argument instead of harmonix client ([b2c2f74](https://github.com/harmonix-js/core/commit/b2c2f74))
17+
- Change HARMONIX_CLIENT_TOKEN env variable to DISCORD_CLIENT_TOKEN ([6be6d93](https://github.com/harmonix-js/core/commit/6be6d93))
18+
- Remove useless logs ([29e8979](https://github.com/harmonix-js/core/commit/29e8979))
19+
- Remove useless types ([9ab460a](https://github.com/harmonix-js/core/commit/9ab460a))
20+
- Replace precondition object by name ([c64e65e](https://github.com/harmonix-js/core/commit/c64e65e))
21+
22+
### 💅 Refactors
23+
24+
- Use discord.js function for mentions ([621c622](https://github.com/harmonix-js/core/commit/621c622))
25+
26+
### 📖 Documentation
27+
28+
- Update command usage ([20263e1](https://github.com/harmonix-js/core/commit/20263e1))
29+
30+
### ✅ Tests
31+
32+
- Playground ([b48d895](https://github.com/harmonix-js/core/commit/b48d895))
33+
34+
### 🤖 CI
35+
36+
- Fix update workflow ([fff1b3a](https://github.com/harmonix-js/core/commit/fff1b3a))
37+
38+
### ❤️ Contributors
39+
40+
- Nethris <david.abou@epitech.eu>
41+
342
## v0.0.8
443

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

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

0 commit comments

Comments
 (0)