diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e85f08..8ffbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.9](https://github.com/SKalt/git-cc/compare/v0.0.8...v0.0.9) (2022-10-23) + + +### Bug Fixes + +* **cli:** prevents next step until an available commit type is selected ([60563af](https://github.com/SKalt/git-cc/commit/60563af5745bf7617115693cddc549401cf80ab4)) + ### [0.0.8](https://github.com/SKalt/git-cc/compare/v0.0.7...v0.0.8) (2022-10-05) diff --git a/package.json b/package.json index 8d6dc41..adf19c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-cc", - "version": "0.0.8", + "version": "0.0.9", "description": "a git extension to help write conventional commits", "main": "index.js", "repository": {