From 5f884d6c873f45460ed83f0f03fad03bf9384a99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Sep 2023 19:48:28 +0000 Subject: [PATCH] chore(release): 4.14.1 [skip ci] ## [4.14.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.14.0...v4.14.1) (2023-09-21) ### Bug Fixes * resolve build error for mkdocs-static-i18n ([47c45b3](https://github.com/spaceship-prompt/spaceship-prompt/commit/47c45b347a5c568ecc39d177c73a79c1463e7705)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- spaceship.zsh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0637bec25..fc87c3bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.14.1](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.14.0...v4.14.1) (2023-09-21) + + +### Bug Fixes + +* resolve build error for mkdocs-static-i18n ([47c45b3](https://github.com/spaceship-prompt/spaceship-prompt/commit/47c45b347a5c568ecc39d177c73a79c1463e7705)) + # [4.14.0](https://github.com/spaceship-prompt/spaceship-prompt/compare/v4.13.5...v4.14.0) (2023-05-17) diff --git a/package.json b/package.json index 0b0c8e975..aad066c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spaceship-prompt", - "version": "4.14.0", + "version": "4.14.1", "description": "A Zsh prompt for Astronauts.", "files": [ "lib", diff --git a/spaceship.zsh b/spaceship.zsh index ee2e58bc2..90c6d13b9 100644 --- a/spaceship.zsh +++ b/spaceship.zsh @@ -8,7 +8,7 @@ # Current version of Spaceship # Useful for issue reporting -export SPACESHIP_VERSION='4.14.0' +export SPACESHIP_VERSION='4.14.1' # 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)