From cb1519fca0bb88c34e252408385c8f8c1a7f1465 Mon Sep 17 00:00:00 2001 From: test user Date: Tue, 1 Aug 2023 16:17:59 -0400 Subject: [PATCH] chore(release): 0.0.19 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fca318..74e64f4 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.19](https://github.com/SKalt/git-cc/compare/v0.0.18...v0.0.19) (2023-08-01) + + +### Bug Fixes + +* **cli:** search in ./.config when . is the repo root ([3479b77](https://github.com/SKalt/git-cc/commit/3479b774b70c03b1845898fa6fa2f42168b18b87)) + ### [0.0.18](https://github.com/SKalt/git-cc/compare/v0.0.17...v0.0.18) (2023-08-01) diff --git a/package.json b/package.json index fee7312..1f497eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-cc", - "version": "0.0.18", + "version": "0.0.19", "description": "a git extension to help write conventional commits", "main": "index.js", "repository": {