Skip to content

Commit 757e847

Browse files
committed
chore(release): 0.12.1
1 parent 6d233a3 commit 757e847

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.12.1](https://github.com/ybiquitous/bem-ts/compare/v0.12.0...v0.12.1) (2021-09-04)
6+
7+
### Bug Fixes
8+
9+
- update `engines.node` for better ESM support ([#779](https://github.com/ybiquitous/bem-ts/issues/779)) ([6d233a3](https://github.com/ybiquitous/bem-ts/commit/6d233a3f72d73fac552627c6421ff6da59e71bbb))
10+
511
## [0.12.0](https://github.com/ybiquitous/bem-ts/compare/v0.11.7...v0.12.0) (2021-04-24)
612

713
### ⚠ BREAKING CHANGES

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bem-ts",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "BEM class names generator for TypeScript",
55
"author": "Masafumi Koba <[email protected]>",
66
"repository": "ybiquitous/bem-ts",

0 commit comments

Comments
 (0)