diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a91442a..6bdad274b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] -[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.3...HEAD +[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.4...HEAD + +## [5.0.0-beta.4] - 2016-03-11 + +### Fixed + +- We accidentally published `5.0.0.beta.3` as a stable release on npm, rather + than a prerelease. We’ve unpublished that to go back to `4.2.6` on the stable + channel. + +[5.0.0-beta.4]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.3...v5.0.0.beta.4 ## [5.0.0-beta.3] - 2016-03-04 diff --git a/bower.json b/bower.json index ce4eaeeb3..cd97cae55 100644 --- a/bower.json +++ b/bower.json @@ -34,5 +34,5 @@ "type": "git", "url": "https://github.com/thoughtbot/bourbon.git" }, - "version": "5.0.0-beta.3" + "version": "5.0.0-beta.4" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 0becdb1c6..4476aa15d 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 5.0.0-beta.3 +// Bourbon 5.0.0-beta.4 // http://bourbon.io // Copyright 2011 thoughtbot, inc. // MIT License diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index cd30291e8..222f7b5e1 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.3" + VERSION = "5.0.0.beta.4" end diff --git a/package.json b/package.json index 0407e52c2..ba9636168 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.3" + "version": "5.0.0-beta.4" }