Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 24, 2021
1 parent 875cae9 commit b0cb2c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [0.12.0](https://github.com/ybiquitous/bem-ts/compare/v0.11.7...v0.12.0) (2021-04-24)

### ⚠ BREAKING CHANGES

- Require Node.js 12.17.0+ and provide `*.cjs` for backward compatibility

### Features

- no longer provide minified version ([#734](https://github.com/ybiquitous/bem-ts/issues/734)) ([7ed62a0](https://github.com/ybiquitous/bem-ts/commit/7ed62a089734fd6a182a3ec76078e647aabd67c4))
- support ESM ([#735](https://github.com/ybiquitous/bem-ts/issues/735)) ([485197a](https://github.com/ybiquitous/bem-ts/commit/485197a803dce0bb96208a2a2000ac9f4b1367bc))

### [0.11.7](https://github.com/ybiquitous/bem-ts/compare/v0.11.6...v0.11.7) (2020-10-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bem-ts",
"version": "0.11.7",
"version": "0.12.0",
"description": "BEM class names generator for TypeScript",
"author": "Masafumi Koba <ybiquitous@gmail.com>",
"repository": "ybiquitous/bem-ts",
Expand Down

0 comments on commit b0cb2c9

Please sign in to comment.