diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7de61..a125757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) Formatting help at [keepachangelog.com](http://keepachangelog.com/) [Unreleased changes] +## [0.1.10] - 2017-12-06 + +- Add additional at-rules `error`, `warn` and `while` + ## [0.1.9] - 2017-12-04 - Prevent .css for @import's, as it's bad for performance @@ -69,7 +73,8 @@ Formatting help at [keepachangelog.com](http://keepachangelog.com/) - Initial release. -[Unreleased changes]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.9...HEAD +[Unreleased changes]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.10...HEAD +[0.1.10]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.1.6...v0.1.7 diff --git a/package.json b/package.json index bc91ed3..da055e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chromatix/stylelint-config-chromatix", - "version": "0.1.9", + "version": "0.1.10", "description": "Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.", "homepage": "https://github.com/ChromatixAU/stylelint-config-chromatix#readme", "author": "Tim Malone ",