Skip to content

Commit 8793e92

Browse files
committed
chore(release): 0.13.0
1 parent 6396ab9 commit 8793e92

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.13.0](https://github.com/ybiquitous/bem-ts/compare/v0.12.1...v0.13.0) (2022-09-08)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- drop Node.js 12 support (#884)
10+
11+
### Features
12+
13+
- drop Node.js 12 support ([#884](https://github.com/ybiquitous/bem-ts/issues/884)) ([30a0242](https://github.com/ybiquitous/bem-ts/commit/30a0242c15f2b38a71ddec3bf38105a40de5a176))
14+
515
### [0.12.1](https://github.com/ybiquitous/bem-ts/compare/v0.12.0...v0.12.1) (2021-09-04)
616

717
### Bug Fixes

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.1",
3+
"version": "0.13.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)