Skip to content

Commit f39c345

Browse files
committed
release: v0.1.0-alpha.4
1 parent 2c7a433 commit f39c345

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
# [0.1.0-alpha.4](https://github.com/jwcjs/create-jwcjs/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* configure jsx in template ([2c7a433](https://github.com/jwcjs/create-jwcjs/commit/2c7a433091110dd742e00beb3cfa805543b68c23))
9+
10+
11+
312
# [0.1.0-alpha.3](https://github.com/jwcjs/create-jwcjs/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2022-12-22)
413

514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-jwcjs",
3-
"version": "0.1.0-alpha.3",
3+
"version": "0.1.0-alpha.4",
44
"description": "A Command Line Tool to create jwc.js project",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)