Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Neat v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 11, 2018
1 parent 9bc21c8 commit f72c432
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.9.1] - 2018-09-11

### Fixed

- Fix Sass warning about "&&" vs "and" ([#646])

[#646]: https://github.com/thoughtbot/neat/pull/646

## [1.9.0] - 2017-06-27

### Added
Expand Down Expand Up @@ -247,4 +255,5 @@

- Initial release

[1.9.1]: https://github.com/thoughtbot/neat/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v1.9.0
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_neat.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Neat 1.9.0
// Neat 1.9.1
// http://neat.bourbon.io
// Copyright 2012-2015 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": "neat",
"description": "A lightweight, semantic grid framework",
"version": "1.9.0",
"version": "1.9.1",
"main": "app/assets/stylesheets/_neat.scss",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion lib/neat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neat
VERSION = "1.9.0"
VERSION = "1.9.1".freeze
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-neat",
"version": "1.9.0",
"version": "1.9.1",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
Expand Down

0 comments on commit f72c432

Please sign in to comment.