Skip to content

Commit f1e334c

Browse files
committed
chore(release): 0.2.6
1 parent 1a7ffb6 commit f1e334c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.6](https://github.com/SKalt/git-cc/compare/v0.2.5...v0.2.6) (2025-06-15)
6+
7+
8+
### Bug Fixes
9+
10+
* only propagate bool flags if set. ([1a7ffb6](https://github.com/SKalt/git-cc/commit/1a7ffb6c529dd9bab5eeb58c08e66222063ece72)), closes [#45](https://github.com/SKalt/git-cc/issues/45)
11+
512
### [0.2.5](https://github.com/SKalt/git-cc/compare/v0.2.4...v0.2.5) (2025-03-05)
613

714

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.5",
3+
"version": "0.2.6",
44
"description": "a git extension to help write conventional commits",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)