Skip to content

Commit f5979bb

Browse files
committed
chore(bump): bump to 4.1.2, update changelog
1 parent 086cdab commit f5979bb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [v4.1.2](https://github.com/olets/git-prompt-kit/compare/v4.1.1...v4.1.2) (2024-03-26)
2+
3+
* **dependenciess**: bump gitstatus from `215063d` to `62177e8` ([086cdab](https://github.com/olets/git-prompt-kit/commit/086cdaba344468a3a901ec05e64e50b94e63dd13))
4+
5+
16
# [v4.1.1](https://github.com/olets/git-prompt-kit/compare/v4.1.0...v4.1.1) (2023-12-11)
27

38

Diff for: 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.1
5-
# Dec 11 2023
4+
# v4.1.2
5+
# March 26 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.1"
9+
typeset -r GIT_PROMPT_KIT_VERSION="4.1.2"
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)