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": {