Skip to content

Commit

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

### Bug Fixes

* control right prompt first prefix display ([79377ed](79377ed))
* **rprompt:** Missing the first prefix of first section in right prompt order ([bc3d2c0](bc3d2c0))

### Features

* **prompt:** Add SPACESHIP_RPROMPT_FIRST_PREFIX_SHOW ([42f1d8d](42f1d8d))
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent 78afcbd commit 0600f01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.14.0](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.5...v4.14.0) (2023-05-17)


### Bug Fixes

* control right prompt first prefix display ([79377ed](https://github.com/spaceship-prompt/spaceship-prompt/commit/79377ed247dab33dc0029a5233ccad03ae80ce61))
* **rprompt:** Missing the first prefix of first section in right prompt order ([bc3d2c0](https://github.com/spaceship-prompt/spaceship-prompt/commit/bc3d2c043c872a68a5e1f66f235989fbe0e074da))


### Features

* **prompt:** Add SPACESHIP_RPROMPT_FIRST_PREFIX_SHOW ([42f1d8d](https://github.com/spaceship-prompt/spaceship-prompt/commit/42f1d8df13c2467d72ad37cc3393a248511de632))

## [4.13.5](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.4...v4.13.5) (2023-05-12)


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

# 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 0600f01

Please sign in to comment.