Skip to content

Commit c2347f0

Browse files
committed
Bitter v2.0.4
- Updated Bundler, Thor, and Sass dependencies. - Removed duplication of normalize.css body styles.
1 parent a362294 commit c2347f0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

88
Nothing at the moment.
99

10-
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.3...HEAD
10+
[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.4...HEAD
11+
12+
## [2.0.4] - 2020-04-24
13+
14+
### Changed
15+
16+
- Updated Bundler, Thor, Sass dependencies.
17+
18+
### Removed
19+
20+
- Removed duplication of normalize.css body styles.
21+
22+
[2.0.4]: https://github.com/thoughtbot/bitters/compare/v2.0.3...v2.0.4
1123

1224
## [2.0.3] - 2019-10-25
1325

core/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bitters 2.0.3
1+
// Bitters 2.0.4
22
// https://github.com/thoughtbot/bitters
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.3"
2+
VERSION = "2.0.4"
33
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bitters",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Scaffold styles, variables and structure for web projects.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)