Skip to content

Commit

Permalink
chore(bump): bump to 3.1.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 6, 2023
1 parent 5cec140 commit 4343fb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v3.1.1](/compare/v3.1.0...v3.1.1) (2023-12-06)

* **version variable:** follow naming convention [5cec140](https://github.com/olets/hometown-prompt/commit/5cec140f39c5485d87318ead64522c91df11d6cc)



# [v3.1.0](/compare/v3.0.0...v3.1.0) (2023-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 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.0
# v3.1.1
# Dec 5 2023
# https://github.com/olets/hometown-prompt
# Copyright (©) 2021-present Henry Bley-Vroman

typeset -r HOMETOWN_VERSION="3.1.0"
typeset -r HOMETOWN_VERSION="3.1.1"

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 4343fb5

Please sign in to comment.