Skip to content

Commit

Permalink
Bitters v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Sep 3, 2019
1 parent 08e8cf6 commit c2dec96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.1...HEAD

## [2.0.1] - 2019-09-03

### Fixed

- Removed the bourbon runtime dependency

[2.0.1]: https://github.com/thoughtbot/bitters/compare/v2.0.0...v2.0.1

## [2.0.0] - 2019-07-05

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 2.0.0
// Bitters 2.0.1
// http://bitters.bourbon.io
// Copyright 2013-2019 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 = "2.0.0"
VERSION = "2.0.1"
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.8.0",
"version": "2.0.1",
"description": "Scaffold styles, variables and structure for Bourbon projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit c2dec96

Please sign in to comment.