Skip to content

Commit b0cb2c9

Browse files
committed
chore(release): 0.12.0
1 parent 875cae9 commit b0cb2c9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/ybiquitous/bem-ts/compare/v0.11.7...v0.12.0) (2021-04-24)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Require Node.js 12.17.0+ and provide `*.cjs` for backward compatibility
10+
11+
### Features
12+
13+
- no longer provide minified version ([#734](https://github.com/ybiquitous/bem-ts/issues/734)) ([7ed62a0](https://github.com/ybiquitous/bem-ts/commit/7ed62a089734fd6a182a3ec76078e647aabd67c4))
14+
- support ESM ([#735](https://github.com/ybiquitous/bem-ts/issues/735)) ([485197a](https://github.com/ybiquitous/bem-ts/commit/485197a803dce0bb96208a2a2000ac9f4b1367bc))
15+
516
### [0.11.7](https://github.com/ybiquitous/bem-ts/compare/v0.11.6...v0.11.7) (2020-10-20)
617

718
### Bug Fixes

package-lock.json

+1-1
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.11.7",
3+
"version": "0.12.0",
44
"description": "BEM class names generator for TypeScript",
55
"author": "Masafumi Koba <[email protected]>",
66
"repository": "ybiquitous/bem-ts",

0 commit comments

Comments
 (0)