Skip to content

Commit

Permalink
Merge pull request #142 from KieranRobson/release-please--branches--m…
Browse files Browse the repository at this point in the history
…aster--components--release-please-action
  • Loading branch information
Ki-er authored Jan 4, 2023
2 parents a55cdcc + 14dd522 commit bbba5a8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.0"
".": "3.4.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.4.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.3.0...v3.4.0) (2023-01-04)


### Features

* Add flag icon to weather command ([50bc36a](https://github.com/KieranRobson/Clarence-Bot/commit/50bc36a5cff1d66d0d2bfa621634606ac0e9405a))


### Bug Fixes

* Add CSpell Ignore ([eae78ab](https://github.com/KieranRobson/Clarence-Bot/commit/eae78ab31ced680ed5f91c5972c2d4eaa0945776))
* Change quote prompt from string to type ([a55cdcc](https://github.com/KieranRobson/Clarence-Bot/commit/a55cdccc2e18b1a23d606f1e0c90fc3f23c881e4))
* Clean up CSpell ([34c6757](https://github.com/KieranRobson/Clarence-Bot/commit/34c6757f1fe98bd1ec2c26ebd9cfe9990d5fbc60))

## [3.3.0](https://github.com/KieranRobson/Clarence-Bot/compare/v3.2.0...v3.3.0) (2022-11-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarence",
"version": "3.3.0",
"version": "3.4.0",
"description": "A multipurpose bot with admin, fun and information commands",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit bbba5a8

Please sign in to comment.