Skip to content

Commit 2020b7d

Browse files
committed
chore(release): 0.13.5
1 parent c07dbd2 commit 2020b7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.5](https://github.com/ybiquitous/bem-ts/compare/v0.13.4...v0.13.5) (2022-12-02)
6+
7+
### Bug Fixes
8+
9+
- add JSDoc for better DX ([#917](https://github.com/ybiquitous/bem-ts/issues/917)) ([ac7711c](https://github.com/ybiquitous/bem-ts/commit/ac7711ccc6a5da072f7b3ea8b4ad934554d2be11))
10+
511
### [0.13.4](https://github.com/ybiquitous/bem-ts/compare/v0.13.3...v0.13.4) (2022-09-22)
612

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

0 commit comments

Comments
 (0)