diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ace357..e903e7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ project adheres to [Semantic Versioning](http://semver.org). Nothing at the moment. +## [3.0.1] - 2019-01-07 + +### Fixed + +- Fixed an issue that would cause Neat to not be found when using SassC. +- Fixed `if` function syntax error. + ## [3.0.0] - 2018-06-29 - Extend grid-media to accept multiple custom grids @@ -361,7 +368,8 @@ Nothing at the moment. - Initial release -[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.0...HEAD +[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.1...HEAD +[3.0.0]: https://github.com/thoughtbot/neat/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/thoughtbot/neat/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/thoughtbot/neat/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.0.0 diff --git a/bower.json b/bower.json index 7f221dda..950a205f 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework", - "version": "3.0.0", + "version": "3.0.1", "main": "core/_neat.scss", "license": "MIT", "ignore": [ diff --git a/core/_neat.scss b/core/_neat.scss index 69a66709..36050711 100644 --- a/core/_neat.scss +++ b/core/_neat.scss @@ -1,5 +1,5 @@ @charset "UTF-8"; -// Neat 3.0.0 +// Neat 3.0.1 // http://neat.bourbon.io // Copyright 2012 thoughtbot, inc. // MIT License diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 00d2d9df..e1398b1c 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "3.0.0" + VERSION = "3.0.1" end diff --git a/package.json b/package.json index 8c3a83f8..2598d49b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "3.0.0", + "version": "3.0.1", "description": "A lightweight, semantic grid framework", "keywords": [ "columns",