Skip to content

Commit c2dec96

Browse files
committed
Bitters v2.0.1
1 parent 08e8cf6 commit c2dec96

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ project adheres to [Semantic Versioning](http://semver.org).
77

88
Nothing at the moment.
99

10-
[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD
10+
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.1...HEAD
11+
12+
## [2.0.1] - 2019-09-03
13+
14+
### Fixed
15+
16+
- Removed the bourbon runtime dependency
17+
18+
[2.0.1]: https://github.com/thoughtbot/bitters/compare/v2.0.0...v2.0.1
1119

1220
## [2.0.0] - 2019-07-05
1321

core/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bitters 2.0.0
1+
// Bitters 2.0.1
22
// http://bitters.bourbon.io
33
// Copyright 2013-2019 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 = "2.0.0"
2+
VERSION = "2.0.1"
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.8.0",
3+
"version": "2.0.1",
44
"description": "Scaffold styles, variables and structure for Bourbon projects.",
55
"main": "Gulpfile.js",
66
"repository": {

0 commit comments

Comments
 (0)