From 6cca8469881d5fa2b8885b277383253ece3b1c78 Mon Sep 17 00:00:00 2001 From: nethris Date: Sat, 1 Jun 2024 22:20:40 -0400 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e34aa..9569fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v0.1.1 + +[compare changes](https://github.com/harmonix-js/core/compare/v0.1.0...v0.1.1) + +### 🚀 Enhancements + +- Add message, emoji, date and url option type and enhance other types ([8b73113](https://github.com/harmonix-js/core/commit/8b73113)) + +### 🩹 Fixes + +- Change regex to make more accurate ([7f8b762](https://github.com/harmonix-js/core/commit/7f8b762)) + +### 🏡 Chore + +- **playground:** Replace abbreviate context to ctx ([8d4af38](https://github.com/harmonix-js/core/commit/8d4af38)) + +### 🎨 Styles + +- Remove ':' from hot reloading ([01b668d](https://github.com/harmonix-js/core/commit/01b668d)) + +### ❤️ Contributors + +- Nethris + ## v0.1.0 [compare changes](https://github.com/harmonix-js/core/compare/v0.0.18...v0.1.0) diff --git a/package.json b/package.json index 347c74b..b5f47dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harmonix-js/core", - "version": "0.1.0", + "version": "0.1.1", "repository": "harmonix-js/core", "homepage": "https://harmonix-js.netlify.app", "description": "🤖 Open-source framework to make Discord bots.",