From b2582b3e6ec8af01e0df3d63b9133bba2e3f67c0 Mon Sep 17 00:00:00 2001 From: nethris Date: Fri, 17 May 2024 15:45:34 -0400 Subject: [PATCH] chore(release): v0.0.9 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455b917..3aac9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## v0.0.9 + +[compare changes](https://github.com/harmonix-js/core/compare/v0.0.8...v0.0.9) + +### 🚀 Enhancements + +- Add defineEmbed and defineAttachment ([bc2a139](https://github.com/harmonix-js/core/commit/bc2a139)) +- Add clientOptions to config file ([dd3d9d2](https://github.com/harmonix-js/core/commit/dd3d9d2)) +- Add guildOnly command and all commands are slash ([824afca](https://github.com/harmonix-js/core/commit/824afca)) + +### 🩹 Fixes + +- If no clientId is specify, client id of the bot will be automatically used ([7458310](https://github.com/harmonix-js/core/commit/7458310)) +- Use ready client argument instead of harmonix client ([b2c2f74](https://github.com/harmonix-js/core/commit/b2c2f74)) +- Change HARMONIX_CLIENT_TOKEN env variable to DISCORD_CLIENT_TOKEN ([6be6d93](https://github.com/harmonix-js/core/commit/6be6d93)) +- Remove useless logs ([29e8979](https://github.com/harmonix-js/core/commit/29e8979)) +- Remove useless types ([9ab460a](https://github.com/harmonix-js/core/commit/9ab460a)) +- Replace precondition object by name ([c64e65e](https://github.com/harmonix-js/core/commit/c64e65e)) + +### 💅 Refactors + +- Use discord.js function for mentions ([621c622](https://github.com/harmonix-js/core/commit/621c622)) + +### 📖 Documentation + +- Update command usage ([20263e1](https://github.com/harmonix-js/core/commit/20263e1)) + +### ✅ Tests + +- Playground ([b48d895](https://github.com/harmonix-js/core/commit/b48d895)) + +### 🤖 CI + +- Fix update workflow ([fff1b3a](https://github.com/harmonix-js/core/commit/fff1b3a)) + +### ❤️ Contributors + +- Nethris + ## v0.0.8 [compare changes](https://github.com/harmonix-js/core/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index d485894..f6ba9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harmonix-js/core", - "version": "0.0.8", + "version": "0.0.9", "repository": "harmonix-js/core", "homepage": "https://harmonix-js.netlify.app/", "description": "⚡ Next-gen Discord Bot Framework",