diff --git a/CHANGELOG.md b/CHANGELOG.md index aec5490e..78082523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ History of changes ================== +0.6.0 +----- + +* CSS preprocessor [Less](https://github.com/less/less.js) is not supported any more. +* Fixed the `postinstall` script in file `package.json` of the generated project (see [#1]). +* Updated the versions of dependencies (see [#2]). + 0.5.0 ----- @@ -57,3 +64,6 @@ History of changes * Fixed the generation of file `bemjson.js`. It will be generated the same no matter what of kind assembler you use. * Updated the versions of dependencies and libraries. * Fixed bugs. + +[#1]: https://github.com/bem/generator-bem-stub/issues/107 +[#2]: https://github.com/bem/generator-bem-stub/pull/114/files diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index 2e68c2af..727adc75 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,6 +1,13 @@ История изменений ================== +0.6.0 +----- + +* CSS-препроцессор [Less](https://github.com/less/less.js) больше не поддерживается. +* Исправлен скрипт `postinstall` в файле `package.json` генерируемого проекта (подробене [#1]). +* Обновлены зависимости (подробнее [#2]). + 0.5.0 ----- @@ -57,3 +64,6 @@ * Исправлена генерация файла `bemjson.js`. Не имеет значия, какой сборщик вы используете, `bemjson.js` будет сгенерирован одинаковый в обоих случаях. * Обновлены версии зависимостей и библиотек. * Исправлены баги. + +[#1]: https://github.com/bem/generator-bem-stub/issues/107 +[#2]: https://github.com/bem/generator-bem-stub/pull/114/files diff --git a/package.json b/package.json index 45533453..be80525d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-bem-stub", - "version": "0.5.0", + "version": "0.6.0", "description": "A generator of BEM projects", "keywords": [ "yeoman-generator",