Skip to content

Commit a209da0

Browse files
chore(master): release 3.1.0 (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b5ca33 commit a209da0

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.0.0...v3.1.0) (2022-11-25)
4+
5+
6+
### Features
7+
8+
* Add backup activity status | shorten timer ([d82e58b](https://github.com/KieranRobson/Clarence-Bot/commit/d82e58b1e379bb20eba2b736062152bc681d40a3))
9+
* Add ISO code to weather command ([#111](https://github.com/KieranRobson/Clarence-Bot/issues/111)) ([68daaf5](https://github.com/KieranRobson/Clarence-Bot/commit/68daaf5d4183fedd3ce5d0c5f8b7fc2ed4198283))
10+
11+
12+
### Bug Fixes
13+
14+
* Change checking membercount to hour ([0f7f808](https://github.com/KieranRobson/Clarence-Bot/commit/0f7f80817682bd48abcce0530f28e9e14f9f435d))
15+
* Commit lint ([9bf9037](https://github.com/KieranRobson/Clarence-Bot/commit/9bf9037130536ac8187076494cd602b08e3db175))
16+
* Remove typos from commitLint ([bca7143](https://github.com/KieranRobson/Clarence-Bot/commit/bca7143278ad147bc2c7e2982222fd7f0f0354db))
17+
* Stop membercount from crashing ([c41dd5a](https://github.com/KieranRobson/Clarence-Bot/commit/c41dd5a83dbac3ee9b24308cebfbf71c978d5dd3))
18+
19+
20+
### Reverts
21+
22+
* Change node back to 16.17.1 ([336daae](https://github.com/KieranRobson/Clarence-Bot/commit/336daae9aabceab33cd48232720ecbacec982e73))
23+
324
## [3.0.0](https://github.com/KieranRobson/Clarence-Bot/compare/v2.6.1...v3.0.0) (2022-11-23)
425

526
### ⚠ BREAKING CHANGES

package.json

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

0 commit comments

Comments
 (0)