From da835c5214459276adb93d2388fdf6c0a849e4c1 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Fri, 8 Jun 2018 10:17:26 -0400 Subject: [PATCH] Bourbon v5.0.1 --- CHANGELOG.md | 10 +++++++++- bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f107ecd..188b96237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bower.json b/bower.json index ab570ee83..9113e0c71 100644 --- a/bower.json +++ b/bower.json @@ -35,5 +35,5 @@ "type": "git", "url": "https://github.com/thoughtbot/bourbon.git" }, - "version": "5.0.0" + "version": "5.0.1" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index b4096e10d..3c9127a62 100644 --- a/core/_bourbon.scss +++ b/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 diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 7cda3153a..9c459fb39 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0" + VERSION = "5.0.1" end diff --git a/package.json b/package.json index d54708d23..ec24fcefa 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0" + "version": "5.0.1" }