Skip to content

Commit f7dd7b1

Browse files
committed
v0.8.1
1 parent 1dcbf0d commit f7dd7b1

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History of changes
22
==================
33

4+
0.8.1
5+
-----
6+
7+
* Fixed the bug when using [Autoprefixer](https://github.com/postcss/autoprefixer) (see [#131])
8+
49
0.8.0
510
-----
611

@@ -81,6 +86,7 @@ History of changes
8186
* Updated the versions of dependencies and libraries.
8287
* Fixed bugs.
8388

89+
[#131]: https://github.com/bem/generator-bem-stub/issues/131
8490
[#107]: https://github.com/bem/generator-bem-stub/issues/107
8591
[#114]: https://github.com/bem/generator-bem-stub/pull/114/files
8692
[#123]: https://github.com/bem/generator-bem-stub/pull/123/files

CHANGELOG.ru.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
История изменений
22
==================
33

4+
0.8.1
5+
-----
6+
7+
* Исправлена ошибка при подключении модуля [Автопрефиксер](https://github.com/postcss/autoprefixer) (подробнее [#131]).
8+
49
0.8.0
510
-----
611

@@ -81,6 +86,7 @@
8186
* Обновлены версии зависимостей и библиотек.
8287
* Исправлены баги.
8388

89+
[#131]: https://github.com/bem/generator-bem-stub/issues/131
8490
[#107]: https://github.com/bem/generator-bem-stub/issues/107
8591
[#114]: https://github.com/bem/generator-bem-stub/pull/114/files
8692
[#123]: https://github.com/bem/generator-bem-stub/pull/123/files

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-bem-stub",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "A generator of BEM projects",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)