Skip to content

Commit 1790b40

Browse files
committed
Bitters v1.5.0
1 parent a8e8091 commit 1790b40

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org).
55

66
## [Unreleased]
77

8-
[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.4.0...HEAD
8+
Nothing at the moment.
9+
10+
[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.5.0...HEAD
11+
12+
## [1.5.0] - 2016-11-08
13+
14+
### Changed
15+
16+
- Updated Bourbon dependency to `5.0.0.beta.7`.
17+
18+
[1.5.0]: https://github.com/thoughtbot/bitters/compare/v1.4.0...v1.5.0
919

1020
## [1.4.0] - 2016-08-10
1121

core/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bitters 1.4.0
1+
// Bitters 1.5.0
22
// http://bitters.bourbon.io
33
// Copyright 2013-2015 thoughtbot, inc.
44
// MIT License

lib/bitters/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bitters
2-
VERSION = "1.4.0"
2+
VERSION = "1.5.0"
33
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bitters",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Scaffold styles, variables and structure for Bourbon projects.",
55
"main": "Gulpfile.js",
66
"repository": {

0 commit comments

Comments
 (0)