Skip to content

Commit

Permalink
Bourbon v5.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 11, 2016
1 parent c037a10 commit 4353bb9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion core/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.0.beta.3"
VERSION = "5.0.0.beta.4"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.0-beta.3"
"version": "5.0.0-beta.4"
}

0 comments on commit 4353bb9

Please sign in to comment.