Skip to content

Commit

Permalink
Bitters v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jun 30, 2017
1 parent 3d14a7b commit 9763fb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]
## [Unreleased (`master`)][unreleased]

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.7.0...HEAD

## [1.7.0] - 2017-06-30

### Changed

Expand All @@ -22,7 +28,7 @@ project adheres to [Semantic Versioning](http://semver.org).
- Remove unused `$medium-screen` and `$large-screen` breakpoint
variables. ([#285])

[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.6.0...HEAD
[1.7.0]: https://github.com/thoughtbot/bitters/compare/v1.6.0...v1.7.0
[#285]: https://github.com/thoughtbot/bitters/pull/285
[#288]: https://github.com/thoughtbot/bitters/pull/288
[#292]: https://github.com/thoughtbot/bitters/pull/292
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.6.0
// Bitters 1.7.0
// http://bitters.bourbon.io
// Copyright 2013-2017 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.6.0"
VERSION = "1.7.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.6.0",
"version": "1.7.0",
"description": "Scaffold styles, variables and structure for Bourbon projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit 9763fb9

Please sign in to comment.