Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Mar 3, 2015
1 parent 5393ccf commit 132f334
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down Expand Up @@ -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
10 changes: 10 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
История изменений
==================

0.6.0
-----

* CSS-препроцессор [Less](https://github.com/less/less.js) больше не поддерживается.
* Исправлен скрипт `postinstall` в файле `package.json` генерируемого проекта (подробене [#1]).
* Обновлены зависимости (подробнее [#2]).

0.5.0
-----

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 132f334

Please sign in to comment.