From 9690d9e204775173f22f83babe4718f5c2f4ce57 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Wed, 23 Mar 2016 11:41:22 -0400 Subject: [PATCH] Bourbon v5.0.0-beta.5 --- CHANGELOG.md | 6 +++++- bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cd82fa0..ef4ba03ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/bower.json b/bower.json index cd97cae55..1f9e42abf 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.4" + "version": "5.0.0-beta.5" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 4476aa15d..a3d00aba0 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -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 diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 222f7b5e1..c55f2e4c7 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.4" + VERSION = "5.0.0.beta.5" end diff --git a/package.json b/package.json index ba9636168..f03f82f22 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.4" + "version": "5.0.0-beta.5" }