diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e342310..f20717b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased (`master`)][unreleased] +Nothing at the moment. + +## [2.1.0] - 2017-06-27 + ### Added - A `--path` CLI option, which lets you install Neat into specific @@ -19,7 +23,6 @@ project adheres to [Semantic Versioning](http://semver.org). - Simplified the gradient used in the `grid-visual` mixin for more consistent cross-browser behaviour. ([#569]) -[unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD [#459]: https://github.com/thoughtbot/neat/pull/459 [#514]: https://github.com/thoughtbot/neat/pull/514 [#569]: https://github.com/thoughtbot/neat/pull/569 @@ -330,7 +333,8 @@ project adheres to [Semantic Versioning](http://semver.org). - Initial release -[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD +[unreleased]: https://github.com/thoughtbot/neat/compare/v2.1.0...HEAD +[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 [2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2 [2.0.0.beta.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.1...v2.0.0.beta.1 diff --git a/bower.json b/bower.json index 985f172e..55958cb2 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework", - "version": "2.0.0", + "version": "2.1.0", "main": "core/_neat.scss", "license": "MIT", "ignore": [ diff --git a/core/_neat.scss b/core/_neat.scss index 9fbd3636..03c3fa02 100644 --- a/core/_neat.scss +++ b/core/_neat.scss @@ -1,5 +1,5 @@ @charset "UTF-8"; -// Neat 2.0.0 +// Neat 2.1.0 // http://neat.bourbon.io // Copyright 2012 thoughtbot, inc. // MIT License diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 8163558c..d6418a74 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "2.0.0" + VERSION = "2.1.0" end diff --git a/package.json b/package.json index 327774f9..af4a74cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "2.0.0", + "version": "2.1.0", "description": "A lightweight, semantic grid framework", "keywords": [ "columns",