diff --git a/NEWS.md b/NEWS.md index 3b85cb5dc..4bb5b27d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,14 @@ The noteworthy changes for each Bourbon version are included here. For a complete changelog, see the Git history for each version via the version links. +## [5.0.0-beta.3] - March 4, 2016 + +### Added + +- Added `pathname` requirement to resolve install issues. + +[5.0.0-beta.3]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.2...v5.0.0.beta.3 + ## [5.0.0-beta.2] - March 3, 2016 ### Added diff --git a/bower.json b/bower.json index 86ea9bc2d..ce4eaeeb3 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.2" + "version": "5.0.0-beta.3" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 4a698d882..0becdb1c6 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 5.0.0-beta.2 +// Bourbon 5.0.0-beta.3 // http://bourbon.io // Copyright 2011 thoughtbot, inc. // MIT License diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index d9bad9268..cd30291e8 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.2" + VERSION = "5.0.0.beta.3" end diff --git a/package.json b/package.json index e8787ade3..0407e52c2 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.2" + "version": "5.0.0-beta.3" }