Skip to content

Commit

Permalink
chore(bump): bump to 3.1.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 26, 2024
1 parent fe09de1 commit f81a171
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v3.1.3](/compare/v3.1.2...v3.1.3) (2024-03-26)

* **deps:** bump git-prompt-kit from `742f995` to `f5979bb` v4.1.2 [fe09de1](https://github.com/olets/hometown-prompt/commit/fe09de14715e5dc853481227462013d01b61bf91)


# [v3.1.2](/compare/v3.1.1...v3.1.2) (2023-12-11)


Expand Down
6 changes: 3 additions & 3 deletions hometown.zsh-theme
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env zsh

# Hometown
# v3.1.2
# Dec 11 2023
# v3.1.3
# March 26 2024
# https://github.com/olets/hometown-prompt
# Copyright (©) 2021-present Henry Bley-Vroman

typeset -r HOMETOWN_VERSION="3.1.2"
typeset -r HOMETOWN_VERSION="3.1.3"

typeset -g HOMETOWN_CUSTOM=${HOMETOWN_CUSTOM-%*}
typeset -gi HOMETOWN_LINEBREAK_AFTER_GIT_REF=${HOMETOWN_LINEBREAK_AFTER_GIT_REF:-1}
Expand Down

0 comments on commit f81a171

Please sign in to comment.