Skip to content

Commit

Permalink
Bitters v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Nov 8, 2016
1 parent a8e8091 commit 1790b40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.4.0...HEAD
Nothing at the moment.

[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.5.0...HEAD

## [1.5.0] - 2016-11-08

### Changed

- Updated Bourbon dependency to `5.0.0.beta.7`.

[1.5.0]: https://github.com/thoughtbot/bitters/compare/v1.4.0...v1.5.0

## [1.4.0] - 2016-08-10

Expand Down
2 changes: 1 addition & 1 deletion core/_base.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bitters 1.4.0
// Bitters 1.5.0
// http://bitters.bourbon.io
// Copyright 2013-2015 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bitters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bitters
VERSION = "1.4.0"
VERSION = "1.5.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitters",
"version": "1.4.0",
"version": "1.5.0",
"description": "Scaffold styles, variables and structure for Bourbon projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit 1790b40

Please sign in to comment.