Skip to content

Commit cf01cda

Browse files
chore(master): release 3.3.0 (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8861f47 commit cf01cda

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.3.0"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.2.0...v3.3.0) (2022-11-26)
4+
5+
6+
### Features
7+
8+
* Add Alex Workflow ([#119](https://github.com/KieranRobson/Clarence-Bot/issues/119)) ([091fb2f](https://github.com/KieranRobson/Clarence-Bot/commit/091fb2f109a12cf72347008369032fdf96cf2677))
9+
* Add invite link to guildCreate event ([f1acb69](https://github.com/KieranRobson/Clarence-Bot/commit/f1acb69bac186ec9e4ca9291b125cc22fe4f583b))
10+
* Create guilddelete event, remove data if clarence leaves a server ([#121](https://github.com/KieranRobson/Clarence-Bot/issues/121)) ([e693af3](https://github.com/KieranRobson/Clarence-Bot/commit/e693af3024feb2e1fc0053d93a2b609465a48c30))
11+
* Lock membercount channel from everyone ([6371fb8](https://github.com/KieranRobson/Clarence-Bot/commit/6371fb87663f755f5b23e66310b8f0c511ae8c66))
12+
313
## [3.2.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.1.0...v3.2.0) (2022-11-26)
414

515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarence",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "A multipurpose bot with admin, fun and information commands",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)