Skip to content

Commit 4351bd0

Browse files
committed
chore(release): 0.2.4
1 parent fec443c commit 4351bd0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.2.4](https://github.com/SKalt/git-cc/compare/v0.2.3...v0.2.4) (2024-11-11)
6+
7+
8+
### Features
9+
10+
* **parser:** handle incomplete scopes ([c72bb94](https://github.com/SKalt/git-cc/commit/c72bb94da15afdb864121b834567affa4954dfda))
11+
12+
13+
### Bug Fixes
14+
15+
* allow empty commits ([132a38a](https://github.com/SKalt/git-cc/commit/132a38a3298f4a54806594810ef13f814c054d2f))
16+
* **cli:** don't drop body from `-m` args ([b39bbde](https://github.com/SKalt/git-cc/commit/b39bbdeafdc573a542ccd12fd4dd874083877bab))
17+
518
### [0.2.3](https://github.com/SKalt/git-cc/compare/v0.2.2...v0.2.3) (2024-06-02)
619

720
### [0.2.2](https://github.com/SKalt/git-cc/compare/v0.2.1...v0.2.2) (2024-06-02)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cc",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "a git extension to help write conventional commits",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)