build: generate changelog via husky+standard-version
authorxangelo <git@xangelo.ca>
Tue, 4 Jul 2023 16:19:20 +0000 (12:19 -0400)
committerxangelo <git@xangelo.ca>
Tue, 4 Jul 2023 16:19:20 +0000 (12:19 -0400)
commitc980e04dd4e090898f064d37560249ed8b5bb5ef
tree8b641371534590dd4a047ea543f1e1e2b3aa7994
parentf8fa744d6cb385f66562afde96098845a3a16c01
build: generate changelog via husky+standard-version

husky is used to enforce conventional commits. The `standard-version`
package is used to enforce semver on the codebase. This also generates a
`CHANGELOG.md` file that outlines all the changes that have been made.
.husky/commit-msg [new file with mode: 0755]
.versionrc.json [new file with mode: 0644]
package-lock.json
package.json