Skip to content

Commit dac9f6e

Browse files
chore(main): release 4.2.0
1 parent ef18b9f commit dac9f6e

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/hullcss/hullcss-discord-bot/compare/v4.1.0...v4.2.0) (2023-12-27)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* Create Poll and Helper commands ([dfa1651](https://github.com/hullcss/hullcss-discord-bot/commit/dfa1651695774d19f0207ca760c52b0b1746ffbb))
10+
11+
12+
### Bug Fixes
13+
14+
* Grammar issues ([4837ac6](https://github.com/hullcss/hullcss-discord-bot/commit/4837ac6f2915398801771181e95a0d073a7bde95))
15+
* updated links ([#223](https://github.com/hullcss/hullcss-discord-bot/issues/223)) ([15bd26d](https://github.com/hullcss/hullcss-discord-bot/commit/15bd26d7a9f02f3afe2aab84128765c19cd46d70))
16+
317
## [4.1.0](https://github.com/hullcss/hullcss-discord-bot/compare/v4.0.0...v4.1.0) (2023-08-22)
418

519

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hullcss",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {
@@ -28,9 +28,9 @@
2828
"devDependencies": {
2929
"alex": "^11.0.1",
3030
"cspell": "^6.31.3",
31-
"eslint": "^8.56.0",
31+
"eslint": "^8.55.0",
3232
"eslint-config-prettier": "^8.10.0",
33-
"eslint-plugin-import": "^2.29.1",
33+
"eslint-plugin-import": "^2.29.0",
3434
"eslint-plugin-prettier": "^4.2.1",
3535
"prettier": "^2.8.8"
3636
}

0 commit comments

Comments
 (0)