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
Expand Up @@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org).


## [Unreleased] ## [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 ## [1.4.0] - 2016-08-10


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

0 comments on commit 1790b40

Please sign in to comment.