From 14dd52203aecd31ef54729b8b836aff3f51a565e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:23:47 +0000 Subject: [PATCH] chore(master): release 3.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca77e76..e3a64f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 488e52c..4130982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ce3255a..8cf77d9 100644 --- a/package.json +++ b/package.json @@ -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": {