CHANGELOG.md in bitters-2.0.0 vs CHANGELOG.md in bitters-2.0.1

- old
+ new

@@ -3,10 +3,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased (`master`)][unreleased] +Nothing at the moment. + +[unreleased]: https://github.com/thoughtbot/bitters/compare/v2.0.1...HEAD + +## [2.0.1] - 2019-09-03 + +### Fixed + +- Removed the bourbon runtime dependency + +[2.0.1]: https://github.com/thoughtbot/bitters/compare/v2.0.0...v2.0.1 + +## [2.0.0] - 2019-07-05 + ### Added - Added variables for all font weights - Added CSS to make `input[type="search"]` behave as a textfield in Safari @@ -25,10 +39,10 @@ - Removed unused `base-z-index` variable - Removed unused `medium-gray` variable - Removed unused `gray-light` variable - Removed [Bourbon] dependency -[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD +[2.0.0]: https://github.com/thoughtbot/bitters/compare/v1.8.0...v2.0.0 [Bourbon]: https://github.com/thoughtbot/bourbon ## [1.8.0] - 2018-02-05 ### Added