Skip to content

Commit 0ab1529

Browse files
committed
chore(release): 0.14.0
1 parent 425afdc commit 0ab1529

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.14.0](https://github.com/ybiquitous/bem-ts/compare/v0.13.5...v0.14.0) (2024-04-01)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- drop Node.js 14 support (#1009)
10+
11+
### Features
12+
13+
- drop Node.js 14 support ([#1009](https://github.com/ybiquitous/bem-ts/issues/1009)) ([13bea25](https://github.com/ybiquitous/bem-ts/commit/13bea25f1d3f11fb941c0ed85e3132051fc99436))
14+
515
### [0.13.5](https://github.com/ybiquitous/bem-ts/compare/v0.13.4...v0.13.5) (2022-12-02)
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.13.5",
3+
"version": "0.14.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)