Skip to content

Commit 4a168ef

Browse files
committed
chore(bump): bump to 4.1.2, update changelog
>>> conventional-changelog -i CHANGELOG.md -s -p angular
1 parent bdc4925 commit 4a168ef

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [v4.1.3](https://github.com/olets/git-prompt-kit/compare/v4.1.2...v4.1.3) (2024-06-02)
2+
3+
* **ci**: do not bump Homebrew for GitHub prereleases ([bdc4925](https://github.com/olets/git-prompt-kit/commit/bdc49252aa5c7467d46c875e4be2ddc51b8be3d8))
4+
5+
* **dependenciess**: bump gitstatus from `62177e8` to `12e6a68` ([10c164e](https://github.com/olets/git-prompt-kit/commit/10c164e849a1895915c8a7f0ba936e53e7ebeaa9))
6+
17
# [v4.1.2](https://github.com/olets/git-prompt-kit/compare/v4.1.1...v4.1.2) (2024-03-26)
28

39
* **dependenciess**: bump gitstatus from `215063d` to `62177e8` ([086cdab](https://github.com/olets/git-prompt-kit/commit/086cdaba344468a3a901ec05e64e50b94e63dd13))

git-prompt-kit.zsh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env zsh
22

33
# Git Prompt Kit
4-
# v4.1.2
5-
# March 26 2024
4+
# v4.1.3
5+
# June 2 2024
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
88

9-
typeset -r GIT_PROMPT_KIT_VERSION="4.1.2"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.3"
1010

1111
# Behavior options
1212
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}

0 commit comments

Comments
 (0)