Skip to content

Commit bbba5a8

Browse files
authored
Merge pull request #142 from KieranRobson/release-please--branches--master--components--release-please-action
2 parents a55cdcc + 14dd522 commit bbba5a8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.3.0...v3.4.0) (2023-01-04)
4+
5+
6+
### Features
7+
8+
* Add flag icon to weather command ([50bc36a](https://github.com/KieranRobson/Clarence-Bot/commit/50bc36a5cff1d66d0d2bfa621634606ac0e9405a))
9+
10+
11+
### Bug Fixes
12+
13+
* Add CSpell Ignore ([eae78ab](https://github.com/KieranRobson/Clarence-Bot/commit/eae78ab31ced680ed5f91c5972c2d4eaa0945776))
14+
* Change quote prompt from string to type ([a55cdcc](https://github.com/KieranRobson/Clarence-Bot/commit/a55cdccc2e18b1a23d606f1e0c90fc3f23c881e4))
15+
* Clean up CSpell ([34c6757](https://github.com/KieranRobson/Clarence-Bot/commit/34c6757f1fe98bd1ec2c26ebd9cfe9990d5fbc60))
16+
317
## [3.3.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.2.0...v3.3.0) (2022-11-26)
418

519

package.json

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

0 commit comments

Comments
 (0)