Skip to content

Commit

Permalink
feat: finished setting up important bits of the initial repo iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vantaboard committed Oct 7, 2021
1 parent aa61bd0 commit 9870e2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2021-10-07)


### 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

* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magui",
"version": "0.0.0-development",
"version": "1.0.0",
"main": "src/index.ts",
"author": "blackboardd",
"license": "MIT",
Expand Down

0 comments on commit 9870e2a

Please sign in to comment.