Skip to content

Commit

Permalink
feat(version): bump to 2.1.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 13, 2025
1 parent b8f3d3b commit afcf568
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.1](https://github.com/olets/command-execution-timer/compare/v2.1.0...v2.1.1) (2025-02-13)


### Bug Fixes

* **COMMAND_EXECUTION_TIMER_VERSION:** play nice with 'source'ing zshrc ([0328693](https://github.com/olets/command-execution-timer/commit/03286932a3bdbe4c3f4d461220df5b9ca82b0eda))



# [2.1.0](https://github.com/olets/command-execution-timer/compare/v2.0.0...v2.1.0) (2025-01-30)


Expand Down
2 changes: 1 addition & 1 deletion command-execution-timer.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typeset -g COMMAND_EXECUTION_TIMER_FORMAT=${COMMAND_EXECUTION_TIMER_FORMAT:-'d h
typeset -g COMMAND_EXECUTION_TIMER_PREFIX=${COMMAND_EXECUTION_TIMER_PREFIX-}
# Version. Set once, to play nice with `source`ing .zshrc
(( $+functions[command_execution_timer__format] )) || \
typeset -gr COMMAND_EXECUTION_TIMER_VERSION=2.1.0 # These curly brackets for syntax highlighting {}
typeset -gr COMMAND_EXECUTION_TIMER_VERSION=2.1.1 # These curly brackets for syntax highlighting {}

command_execution_timer__format() {
emulate -LR zsh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Henry Bley-Vroman <olets@olets.dev>",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "https://github.com/olets/command-execution-timer"
Expand Down

0 comments on commit afcf568

Please sign in to comment.