Skip to content

Commit

Permalink
Bourbon v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jun 8, 2018
1 parent 8257c68 commit da835c5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,15 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0...HEAD
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.1...HEAD

## [5.0.1] - 2018-06-08

### Fixed

- Fixed an issue that would cause Bourbon to not be found when using SassC.

[5.0.1]: https://github.com/thoughtbot/bourbon/compare/v5.0.0...v5.0.1

## [5.0.0] - 2018-01-05

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -35,5 +35,5 @@
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
},
"version": "5.0.0"
"version": "5.0.1"
}
2 changes: 1 addition & 1 deletion core/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 5.0.0
// Bourbon 5.0.1
// https://www.bourbon.io/
// Copyright 2011-2018 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.0"
VERSION = "5.0.1"
end
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,5 +30,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.0"
"version": "5.0.1"
}

0 comments on commit da835c5

Please sign in to comment.