Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon M. McCaffery committed Sep 20, 2017
1 parent e16e99b commit 35844f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="4.0.0"></a>
# [4.0.0](https://github.com/automotivemastermind/prompt/compare/v3.19.0...v4.0.0) (2017-09-20)


### Features

* **bash:** install latest bash on Darwin ([e16e99b](https://github.com/automotivemastermind/prompt/commit/e16e99b))


### BREAKING CHANGES

* **bash:** This version of prompt will install and configure a new version of bash as the default shell for the user. It does NOT
symlink over /bin/bash. Scripts that do not use /usr/bin/env in the shebang will continue to use the old version of
bash to execute the script, which should maintain backward compatibility on the platform. Please let us know if you have
any issues by creating an aptly named issue on github!



<a name="3.19.0"></a>
# [3.19.0](https://github.com/automotivemastermind/prompt/compare/v3.18.0...v3.19.0) (2017-08-31)

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": "prompt",
"version": "3.19.0",
"version": "4.0.0",
"description": "A spectacular (BaSH) prompt for *nix distributions",
"main": "install.sh",
"repository": {
Expand Down

0 comments on commit 35844f1

Please sign in to comment.