Skip to content

Commit 70ac15d

Browse files
committed
chore(release): 0.2.5
1 parent 66ca101 commit 70ac15d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.5](https://github.com/SKalt/git-cc/compare/v0.2.4...v0.2.5) (2025-03-05)
6+
7+
8+
### Features
9+
10+
* **cli:** respect `$XDG_CONFIG_DIRS` ([7e7c6a2](https://github.com/SKalt/git-cc/commit/7e7c6a24cba3c500f3b69c70da703105dca3f01e)), closes [#44](https://github.com/SKalt/git-cc/issues/44)
11+
* handle cases where $GIT_DIR points to a .git _file_ ([3a4c400](https://github.com/SKalt/git-cc/commit/3a4c40099535cfe1495129a2f869ad07b72c9e0a))
12+
513
### [0.2.4](https://github.com/SKalt/git-cc/compare/v0.2.3...v0.2.4) (2024-11-11)
614

715

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

0 commit comments

Comments
 (0)