Skip to content

Commit

Permalink
chore(release): 4.13.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.13.5](v4.13.4...v4.13.5) (2023-05-12)

### Bug Fixes

* **prompt:** prompt typo - not escaping the } ([#1349](#1349)) ([211b281](211b281))
  • Loading branch information
semantic-release-bot committed May 12, 2023
1 parent ae0d234 commit 2af282f
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.5](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.4...v4.13.5) (2023-05-12)


### Bug Fixes

* **prompt:** prompt typo - not escaping the } ([#1349](https://github.com/spaceship-prompt/spaceship-prompt/issues/1349)) ([211b281](https://github.com/spaceship-prompt/spaceship-prompt/commit/211b281d6ce142bdbdaf251ddb9ef26a79f3e6aa))

## [4.13.4](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.3...v4.13.4) (2023-05-10)


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.4",
"version": "4.13.5",
"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.4'
export SPACESHIP_VERSION='4.13.5'

# 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 2af282f

Please sign in to comment.