Skip to content

Commit 4cf616a

Browse files
committed
chore(release): v0.3.1
1 parent 9b5b877 commit 4cf616a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.3.1
4+
5+
[compare changes](https://github.com/harmonix-js/core/compare/v0.3.0...v0.3.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Precondition can return promises ([9c16888](https://github.com/harmonix-js/core/commit/9c16888))
10+
- Add event ordering ([13cff82](https://github.com/harmonix-js/core/commit/13cff82))
11+
12+
### 🩹 Fixes
13+
14+
- Change 'lint' script to 'format' ([a9d8e5a](https://github.com/harmonix-js/core/commit/a9d8e5a))
15+
16+
### 🏡 Chore
17+
18+
- **playground:** Add 'Guilds' intent ([9b5b877](https://github.com/harmonix-js/core/commit/9b5b877))
19+
20+
### ❤️ Contributors
21+
22+
- Nethris <[email protected]>
23+
324
## v0.3.0
425

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

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.0",
3+
"version": "0.3.1",
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)