Skip to content

Commit 9e6984e

Browse files
committed
chore(release): 0.13.1
1 parent 6ce16b5 commit 9e6984e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/ybiquitous/bem-ts/compare/v0.13.0...v0.13.1) (2022-09-08)
6+
7+
### Bug Fixes
8+
9+
- releasing failure (no code changes) ([3b4b827](https://github.com/ybiquitous/bem-ts/commit/3b4b827af16545ec9a6342748b2503617795aed3))
10+
- releasing failure again ([6ce16b5](https://github.com/ybiquitous/bem-ts/commit/6ce16b56d661539603dc97ab33e7f9defcc5686d))
11+
512
## [0.13.0](https://github.com/ybiquitous/bem-ts/compare/v0.12.1...v0.13.0) (2022-09-08)
613

714
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)