From e560ccf410411da3a125c527e02a173f3a8561aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:01:03 +0000 Subject: [PATCH] chore(main): release 4.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7f2d3..3ef3c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.2.0](https://github.com/hullcss/hullcss-discord-bot/compare/v4.1.0...v4.2.0) (2023-09-25) + + +### Features + +* Add member request to intro message [#206](https://github.com/hullcss/hullcss-discord-bot/issues/206) ([79db6a6](https://github.com/hullcss/hullcss-discord-bot/commit/79db6a670e62e7716aaa31af2cf4cf59ffbb8321)) + + +### Bug Fixes + +* Grammar issues ([4837ac6](https://github.com/hullcss/hullcss-discord-bot/commit/4837ac6f2915398801771181e95a0d073a7bde95)) + ## [4.1.0](https://github.com/hullcss/hullcss-discord-bot/compare/v4.0.0...v4.1.0) (2023-08-22) diff --git a/package.json b/package.json index a9df40c..4302ff8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hullcss", - "version": "4.1.0", + "version": "4.2.0", "description": "", "main": "src/index.js", "scripts": {