Skip to content

Commit 52be131

Browse files
committed
chore(release): v0.0.5
1 parent ffd23a9 commit 52be131

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## v0.0.5
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.4...v0.0.5)
6+
7+
### 🚀 Enhancements
8+
9+
- Implementing commands preconditions (ownerOnly, userPermissions) ([494ce35](https://github.com/harmonix-js/core/commit/494ce35))
10+
- Implementing commands preconditions nsfw ([ffd23a9](https://github.com/harmonix-js/core/commit/ffd23a9))
11+
12+
### 🩹 Fixes
13+
14+
- Update discord.js version to latest ([f53ebd2](https://github.com/harmonix-js/core/commit/f53ebd2))
15+
16+
### ✅ Tests
17+
18+
- Playground ([c358307](https://github.com/harmonix-js/core/commit/c358307))
19+
20+
### 🎨 Styles
21+
22+
- Lint ([7190256](https://github.com/harmonix-js/core/commit/7190256))
23+
24+
### 🤖 CI
25+
26+
- Dependencies updater ([6a9702c](https://github.com/harmonix-js/core/commit/6a9702c))
27+
28+
### ❤️ Contributors
29+
30+
- Nethris <david.abou@epitech.eu>
31+
332
## v0.0.4
433

534
[compare changes](https://github.com/harmonix-js/core/compare/v0.0.3...v0.0.4)

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

0 commit comments

Comments
 (0)