diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e2672e..a1381578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ History of changes ================== +0.8.1 +----- + +* Fixed the bug when using [Autoprefixer](https://github.com/postcss/autoprefixer) (see [#131]) + 0.8.0 ----- @@ -81,6 +86,7 @@ History of changes * Updated the versions of dependencies and libraries. * Fixed bugs. +[#131]: https://github.com/bem/generator-bem-stub/issues/131 [#107]: https://github.com/bem/generator-bem-stub/issues/107 [#114]: https://github.com/bem/generator-bem-stub/pull/114/files [#123]: https://github.com/bem/generator-bem-stub/pull/123/files diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index 33d9a758..d0d45dc9 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,6 +1,11 @@ История изменений ================== +0.8.1 +----- + +* Исправлена ошибка при подключении модуля [Автопрефиксер](https://github.com/postcss/autoprefixer) (подробнее [#131]). + 0.8.0 ----- @@ -81,6 +86,7 @@ * Обновлены версии зависимостей и библиотек. * Исправлены баги. +[#131]: https://github.com/bem/generator-bem-stub/issues/131 [#107]: https://github.com/bem/generator-bem-stub/issues/107 [#114]: https://github.com/bem/generator-bem-stub/pull/114/files [#123]: https://github.com/bem/generator-bem-stub/pull/123/files diff --git a/package.json b/package.json index 5b491bc9..7a93008c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-bem-stub", - "version": "0.8.0", + "version": "0.8.1", "description": "A generator of BEM projects", "keywords": [ "yeoman-generator",