Skip to content

Commit

Permalink
chore(release): 4.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.2](v4.15.1...v4.15.2) (2024-05-01)

### Bug Fixes

* **docker-compose:** include stopped containers ([#1422](#1422)) ([be2f603](be2f603))
  • Loading branch information
semantic-release-bot committed May 1, 2024
1 parent 2d703e1 commit 17149a8
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.15.2](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.1...v4.15.2) (2024-05-01)


### Bug Fixes

* **docker-compose:** include stopped containers ([#1422](https://github.com/spaceship-prompt/spaceship-prompt/issues/1422)) ([be2f603](https://github.com/spaceship-prompt/spaceship-prompt/commit/be2f6034d712c19db6ab810459c17b371ec6eb35))

## [4.15.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.15.0...v4.15.1) (2024-03-27)


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

# 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 17149a8

Please sign in to comment.