From f84c849c7537ce33e6f8eb06bfe797ff7c45fe1f Mon Sep 17 00:00:00 2001 From: morishitter Date: Thu, 7 Apr 2016 19:37:23 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62ec82..01e469e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v3.1.0 + +Implement as an asynchronouse plugin. [#85](https://github.com/morishitter/stylefmt/pull/85) + +- Introduce cosmiconfig instead of rc-loader +- Fixed [#81](https://github.com/morishitter/stylefmt/issues/81) + ## stylefmt v3.0.0 :tada: Renamed to stylefmt, and support to understand [stylelint](http://stylelint.io) configuration file.