Skip to content

Commit

Permalink
Bourbon v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Apr 1, 2017
1 parent 0408419 commit 8dd49b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).

## 4.3.4 - 2017-04-01

### Changed

- Updated deprecation warning message for `strip-units`. ([#1016])

[#1016]: https://github.com/thoughtbot/bourbon/pull/1016

## 4.3.3 - 2017-02-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bourbon 4.3.3
// Bourbon 4.3.4
// http://bourbon.io
// Copyright 2011-2017 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bourbon",
"description": "A simple and lightweight mixin library for Sass.",
"version": "4.3.3",
"version": "4.3.4",
"main": "app/assets/stylesheets/_bourbon.scss",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "4.3.3"
VERSION = "4.3.4"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bourbon",
"version": "4.3.3",
"version": "4.3.4",
"description": "A simple and lightweight mixin library for Sass.",
"keywords": [
"css",
Expand Down

0 comments on commit 8dd49b1

Please sign in to comment.