From ac870df7e8953af1510285c980a2acae86a3f7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:32:55 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ca79604 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +## [3.0.0](https://github.com/hullcss/hullcss-discord-bot/compare/v2.0.0...v3.0.0) (2022-12-13) + + +### ⚠ BREAKING CHANGES + +* Add lint action and change to yarn + +### Features + +* Add Alex ([587d4ca](https://github.com/hullcss/hullcss-discord-bot/commit/587d4cad63f8d8af56f89ead930b6139e5c04069)) +* Add events ping to misc roles, rm course rep ([9e8eda3](https://github.com/hullcss/hullcss-discord-bot/commit/9e8eda39e6307adae68f1a042f4beedd902d6d36)) +* Add lint action and change to yarn ([d34ee64](https://github.com/hullcss/hullcss-discord-bot/commit/d34ee641078990e21ef6549b3feff99f809306bf)) +* Add release please workflow ([e9a02e1](https://github.com/hullcss/hullcss-discord-bot/commit/e9a02e19d3bcd47945c2a051cea1722220f5f6e8)) +* Add spell action ([e0e95e6](https://github.com/hullcss/hullcss-discord-bot/commit/e0e95e63dd0c56043d707cdd8f05497dac279ae7)) +* Add spell-code and spell to npm scripts ([e6e72b2](https://github.com/hullcss/hullcss-discord-bot/commit/e6e72b22ab7b10d2d3be1338eb08b6cdc8c96212)) +* Send event details in markdown ([5958068](https://github.com/hullcss/hullcss-discord-bot/commit/595806866ac3a374d2bc0578f1e89784db422690)) + + +### Bug Fixes + +* Add docker to dictionaries ([59f937b](https://github.com/hullcss/hullcss-discord-bot/commit/59f937b47bd8ef632d2be1ebeba8a46a7fc748fd)) +* Add image to paid member embed ([448a0f9](https://github.com/hullcss/hullcss-discord-bot/commit/448a0f929671d8bac87b97aea9a14129b67af93d)) +* add remaining words to cspell.json ([6d46f83](https://github.com/hullcss/hullcss-discord-bot/commit/6d46f832967b8f835213aa36e43d4037dff7fbc9)) +* bcs student typo ([b671dcb](https://github.com/hullcss/hullcss-discord-bot/commit/b671dcb7c7f27aa25fcdb4faa1e392be4f3c6423)) +* CSpell and Typo ([9188d63](https://github.com/hullcss/hullcss-discord-bot/commit/9188d63e4bb12a3c1c7da05b302bf4e9f936d165)) +* Issue templates not working ([fff66aa](https://github.com/hullcss/hullcss-discord-bot/commit/fff66aa33da4ea99c73ad76984e4282284006cfa)) +* Remove branch from release ([6a3df14](https://github.com/hullcss/hullcss-discord-bot/commit/6a3df14325d029ae4b0dd0c7674d2d36f3dd1415)) +* Remove extra console.log ([8cc0efe](https://github.com/hullcss/hullcss-discord-bot/commit/8cc0efe01d1ef23b5b715330d33818b62a067a82)) +* Rename Dependabot ([68b0f7c](https://github.com/hullcss/hullcss-discord-bot/commit/68b0f7cb257ebaa8a2af33d9da5924f01e4f1a0b)) +* Second attenot at issue templates working ([e9074ca](https://github.com/hullcss/hullcss-discord-bot/commit/e9074ca121828e7b789c4ca8e2cf976ca4e81fcc)) +* Update role id and add disclaimer ([cc1d418](https://github.com/hullcss/hullcss-discord-bot/commit/cc1d418c54e090a1a3a38d5d6ef47a70dfe8a5f1)) + + +### Reverts + +* rm autothreader ([f0cb734](https://github.com/hullcss/hullcss-discord-bot/commit/f0cb73406e36de7bbc1237808877e644a38f62d3)) diff --git a/package.json b/package.json index 0c779bb..9506ab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hullcss", - "version": "1.0.0", + "version": "3.0.0", "description": "", "main": "src/index.js", "scripts": {