Skip to content

Commit

Permalink
Bourbon v5.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 23, 2016
1 parent a462ed2 commit 9690d9e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.4...HEAD
[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.5...HEAD

## [5.0.0-beta.5] - 2016-03-23

### Fixed

Expand All @@ -18,6 +20,8 @@ project adheres to [Semantic Versioning](http://semver.org).
the `font-face` mixin, so that `$asset-pipeline` is last (because it has a
default and is likely used the least).

[5.0.0-beta.5]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.4...v5.0.0.beta.5

## [5.0.0-beta.4] - 2016-03-11

### Fixed
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.4"
"version": "5.0.0-beta.5"
}
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.4
// Bourbon 5.0.0-beta.5
// 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.4"
VERSION = "5.0.0.beta.5"
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.4"
"version": "5.0.0-beta.5"
}

0 comments on commit 9690d9e

Please sign in to comment.