diff --git a/CHANGELOG.md b/CHANGELOG.md index 237dc4a..181a3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.14.0](https://github.com/ybiquitous/bem-ts/compare/v0.13.5...v0.14.0) (2024-04-01) + +### ⚠ BREAKING CHANGES + +- drop Node.js 14 support (#1009) + +### Features + +- drop Node.js 14 support ([#1009](https://github.com/ybiquitous/bem-ts/issues/1009)) ([13bea25](https://github.com/ybiquitous/bem-ts/commit/13bea25f1d3f11fb941c0ed85e3132051fc99436)) + ### [0.13.5](https://github.com/ybiquitous/bem-ts/compare/v0.13.4...v0.13.5) (2022-12-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d367f06..4aefea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bem-ts", - "version": "0.13.5", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bem-ts", - "version": "0.13.5", + "version": "0.14.0", "license": "MIT", "devDependencies": { "@tsconfig/node16-strictest-esm": "^1.0.3", diff --git a/package.json b/package.json index 0740d22..e7b387c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bem-ts", - "version": "0.13.5", + "version": "0.14.0", "description": "BEM class names generator for TypeScript", "author": "Masafumi Koba ", "repository": "ybiquitous/bem-ts",