diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4122d..6910315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.2](https://github.com/SKalt/git-cc/compare/v0.2.1...v0.2.2) (2024-06-02) + ### [0.2.1](https://github.com/SKalt/git-cc/compare/v0.2.0...v0.2.1) (2024-06-02) ## [0.2.0](https://github.com/SKalt/git-cc/compare/v0.1.3...v0.2.0) (2024-06-02) diff --git a/package.json b/package.json index 44f0094..7cd5fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-cc", - "version": "0.2.1", + "version": "0.2.2", "description": "a git extension to help write conventional commits", "main": "index.js", "repository": {