Skip to content

Commit

Permalink
chore(release): 4.13.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.13.4](spaceship-prompt/spaceship-prompt@v4.13.3...v4.13.4) (2023-05-10)

### Bug Fixes

* **iterm2:** Call iterm2_prompt_end so that ⌘-k does not clear the first line in the prompt. ([spaceship-prompt#1319](spaceship-prompt#1319)) ([ef65357](spaceship-prompt@ef65357))
  • Loading branch information
semantic-release-bot authored and burgesQ committed Jan 25, 2024
1 parent f923fb9 commit 1ec5309
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.13.4](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.3...v4.13.4) (2023-05-10)


### Bug Fixes

* **iterm2:** Call iterm2_prompt_end so that ⌘-k does not clear the first line in the prompt. ([#1319](https://github.com/spaceship-prompt/spaceship-prompt/issues/1319)) ([ef65357](https://github.com/spaceship-prompt/spaceship-prompt/commit/ef653576934dcc3a5a152ece7fdd3f85c586d6c5))

## [4.13.3](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.2...v4.13.3) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceship-prompt",
"version": "4.13.3",
"version": "4.13.4",
"description": "A Zsh prompt for Astronauts.",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion spaceship.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Current version of Spaceship
# Useful for issue reporting
export SPACESHIP_VERSION='4.13.3'
export SPACESHIP_VERSION='4.13.4'

# Set SPACESHIP_ROOT if it isn't defined yet or if the directory does
# not exist anymore (e.g. after an update to a newer version)
Expand Down

0 comments on commit 1ec5309

Please sign in to comment.