From 31aef3d67433b709d6420470bab386993fceb55e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Oct 2021 09:38:39 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-10-08) ### Bug Fixes * **.releaserc:** added beta branch to semantic release configuration file ([fe9f3b1](https://github.com/blackboardd/magui/commit/fe9f3b120788e83ab2fe527e35893362192702e2)) * **package.json:** Changed repository URL ([d15faf5](https://github.com/blackboardd/magui/commit/d15faf578fccb5bd775db48c78dd699b676cb8cd)) * **github actions:** fixed the install dependencies step of the CI Relase workflow ([a7ba85c](https://github.com/blackboardd/magui/commit/a7ba85c275f3ae6476b65bbbe18e5735ef35fb7a)) * **release.yml:** re-added GH_TOKEN after addking it to CI secrets ([ac0b21b](https://github.com/blackboardd/magui/commit/ac0b21b3d586d4d531ce4b1ddc0e89cd6777e3df)) * **package.json:** removed the sign off portion of the commitizen step ([aa61bd0](https://github.com/blackboardd/magui/commit/aa61bd03a53de2989332e261388b2f7bab5b5c79)) * **release workflow:** using environmental variable for GITHUB_TOKEN ([52e4974](https://github.com/blackboardd/magui/commit/52e497400ed8e4107e1a19ca653c4e62495476c2)) ### Features * **palette:** added colors to my palette as well as some branding colors ([3147f67](https://github.com/blackboardd/magui/commit/3147f6737d37f53f1a134cebd1f315b9024c7416)) * finished setting up important bits of the initial repo iteration ([9870e2a](https://github.com/blackboardd/magui/commit/9870e2affd2627d60437090bec24745fc883bcab)) * finished setting up important bits of the initial repo iteration ([450d61a](https://github.com/blackboardd/magui/commit/450d61a5c16b048f5d6869c1325d37d57fe84802)) * initial commit ([37fac25](https://github.com/blackboardd/magui/commit/37fac255952f16f8b5237e25f8a4ed172ea332cc)) --- docs/CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7a7b3cb..bd85908 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,23 @@ +# 1.0.0 (2021-10-08) + + +### Bug Fixes + +* **.releaserc:** added beta branch to semantic release configuration file ([fe9f3b1](https://github.com/blackboardd/magui/commit/fe9f3b120788e83ab2fe527e35893362192702e2)) +* **package.json:** Changed repository URL ([d15faf5](https://github.com/blackboardd/magui/commit/d15faf578fccb5bd775db48c78dd699b676cb8cd)) +* **github actions:** fixed the install dependencies step of the CI Relase workflow ([a7ba85c](https://github.com/blackboardd/magui/commit/a7ba85c275f3ae6476b65bbbe18e5735ef35fb7a)) +* **release.yml:** re-added GH_TOKEN after addking it to CI secrets ([ac0b21b](https://github.com/blackboardd/magui/commit/ac0b21b3d586d4d531ce4b1ddc0e89cd6777e3df)) +* **package.json:** removed the sign off portion of the commitizen step ([aa61bd0](https://github.com/blackboardd/magui/commit/aa61bd03a53de2989332e261388b2f7bab5b5c79)) +* **release workflow:** using environmental variable for GITHUB_TOKEN ([52e4974](https://github.com/blackboardd/magui/commit/52e497400ed8e4107e1a19ca653c4e62495476c2)) + + +### Features + +* **palette:** added colors to my palette as well as some branding colors ([3147f67](https://github.com/blackboardd/magui/commit/3147f6737d37f53f1a134cebd1f315b9024c7416)) +* finished setting up important bits of the initial repo iteration ([9870e2a](https://github.com/blackboardd/magui/commit/9870e2affd2627d60437090bec24745fc883bcab)) +* finished setting up important bits of the initial repo iteration ([450d61a](https://github.com/blackboardd/magui/commit/450d61a5c16b048f5d6869c1325d37d57fe84802)) +* initial commit ([37fac25](https://github.com/blackboardd/magui/commit/37fac255952f16f8b5237e25f8a4ed172ea332cc)) + # 1.0.0 (2021-10-07)