diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9137f0..27852471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.4.3](https://github.com/Dicelette/discord-dicelette/compare/1.4.2...1.4.3) (2024-06-16) + + +### Bug Fixes + +* do not mention user in comments ([09a8279](https://github.com/Dicelette/discord-dicelette/commit/09a82795ca1bb2d650852fc0f8156472313050ae)) +* format error when pinging user in comments ([287baa9](https://github.com/Dicelette/discord-dicelette/commit/287baa9397167fd274059ab2d40dd246c7587667)) + ## [1.4.2](https://github.com/Dicelette/discord-dicelette/compare/1.4.1...1.4.2) (2024-06-16) diff --git a/package.json b/package.json index 245b8132..3467acda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicelette", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "dist/index.js", "repository": "",