diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e69de29..4191c88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "3.0.0" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1a52204 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +## [3.0.0](https://github.com/KieranRobson/Clarence-Bot/compare/v2.6.1...v3.0.0) (2022-11-23) + + +### ⚠ BREAKING CHANGES + +* Change from `npm` to `Yarn` + +### Features + +* Add commitlint ([215435d](https://github.com/KieranRobson/Clarence-Bot/commit/215435d10e54549023f67ed2f12842274fe1c81e)) +* Add lint action ([b10f4d6](https://github.com/KieranRobson/Clarence-Bot/commit/b10f4d67467d50c05ea79b2b0ceb97c6ecb6b7b3)) +* add release-please workflow ([dd50c02](https://github.com/KieranRobson/Clarence-Bot/commit/dd50c02a57f565b57bb1db495dbdb3a43608e897)) +* Add sever total to status ([1de9acf](https://github.com/KieranRobson/Clarence-Bot/commit/1de9acfd3d3f59fe25581589bb943c389cc3fbc9)) + + +### Bug Fixes + +* Add curl install to dockerfile ([0d0cc6d](https://github.com/KieranRobson/Clarence-Bot/commit/0d0cc6d30d4f865f23bc46f2fd71312b2c5431cb)) +* Blame command missing client param ([6f14c98](https://github.com/KieranRobson/Clarence-Bot/commit/6f14c983153d119d4e5be29a96fdd7e0831c1a50)) +* Change city to cityInputted ([efe66cd](https://github.com/KieranRobson/Clarence-Bot/commit/efe66cd7aebd4b60a49b76fc822bae2063c9aa5b)) +* Change from `npm` to `Yarn` ([be36933](https://github.com/KieranRobson/Clarence-Bot/commit/be36933d178e9fa4d66bdab15d041ee575c5995e)) +* Change hardcoded key to env variable ([96e96af](https://github.com/KieranRobson/Clarence-Bot/commit/96e96af07be181a9dd6619031cbf155d2cf323d5)) +* Change release-please ([498a871](https://github.com/KieranRobson/Clarence-Bot/commit/498a871c1eedd10e7e017f16e0617600357296c3)) +* Change release-please branch ([fb9d3b6](https://github.com/KieranRobson/Clarence-Bot/commit/fb9d3b683d1145b76bc7d7260a506dbdd667944f)) +* Change Sekret to Secret ([532e206](https://github.com/KieranRobson/Clarence-Bot/commit/532e2061581602d5ab4ba10d7423fc765bf1e620)) +* Cspell and typo cleanup ([8b7bc65](https://github.com/KieranRobson/Clarence-Bot/commit/8b7bc65fd1d0dab042cd66b4a8a058b3a65441d4)) +* Fix linting ([7afff9e](https://github.com/KieranRobson/Clarence-Bot/commit/7afff9eda09f3cf7ded818d6bee1023a44be05a1)) +* Fix package-lock ([7876a3a](https://github.com/KieranRobson/Clarence-Bot/commit/7876a3a729fbadb52a3ab4338159ee8e70dab9b2)) +* Improve lint again ([52bc785](https://github.com/KieranRobson/Clarence-Bot/commit/52bc7851021b571ab003f78fe7f67fca69aa77e1)) +* Improve readability ([35d712f](https://github.com/KieranRobson/Clarence-Bot/commit/35d712f3fa3c1b02922b3d91eed165d39c1d0590)) +* Install -> Add ([9734d4f](https://github.com/KieranRobson/Clarence-Bot/commit/9734d4f110957d253d20743a612162bce8d5b55d)) +* Lint ([5a618af](https://github.com/KieranRobson/Clarence-Bot/commit/5a618af71e27c73dc610c642d1a81ac3f6438b97)) +* Membercount works with multiguild in ready ([8e9223c](https://github.com/KieranRobson/Clarence-Bot/commit/8e9223c992a933ec92b5682efd76fcb4cebde433)) +* r6stats ([35f4b8b](https://github.com/KieranRobson/Clarence-Bot/commit/35f4b8bb276c38682c4547101623061d8aab77c9)) +* Ready event crashes ([a841857](https://github.com/KieranRobson/Clarence-Bot/commit/a8418572ca096e1cdbb552e25d42149df258e10e)) +* Release please config types ([a2c4707](https://github.com/KieranRobson/Clarence-Bot/commit/a2c4707ad22376a334929f6ce92dd2a7052e551d)) +* Remove cspell ([6f02356](https://github.com/KieranRobson/Clarence-Bot/commit/6f0235659420cee0ddf5a564bc18b931efc37d25)) +* Rename option to city ([ae2027c](https://github.com/KieranRobson/Clarence-Bot/commit/ae2027cb066d035ecb9527aef3fefdfd0ffde0f5)) +* Run npm i ([ed68684](https://github.com/KieranRobson/Clarence-Bot/commit/ed6868462f751fb425b4dd1f0dcfa1160eba89ab)) +* Setup commitlint ([879c598](https://github.com/KieranRobson/Clarence-Bot/commit/879c5983c4c4be8cd09ed4bb2e4cc3eb0c081363)) +* Stop ready adding servers ([dc3129e](https://github.com/KieranRobson/Clarence-Bot/commit/dc3129e5001c5b56210a76c2128a96a462aab408)) +* Update node version in lint ([588fd51](https://github.com/KieranRobson/Clarence-Bot/commit/588fd5171f142234f6fcd915ab0039e93076ecb3)) + + +### Reverts + +* Remove Changelog.md ([e66ec48](https://github.com/KieranRobson/Clarence-Bot/commit/e66ec481734e58634aa70b9b4cdba55092dffcd4)) diff --git a/package.json b/package.json index e111e4b..2abf5a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarence", - "version": "2.6.1", + "version": "3.0.0", "description": "A multipurpose bot with admin, fun and information commands", "main": "src/index.js", "scripts": {