Skip to content

Commit c08f6e0

Browse files
committed
chore: release v7.2.1
1 parent 98aa760 commit c08f6e0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
## [7.2.1](https://github.com/uetchy/create-create-app/compare/v7.2.0...v7.2.1) (2022-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* typescript template is missing type defs for node ([e360b57](https://github.com/uetchy/create-create-app/commit/e360b57502d03057f836cdf93601ed91856da2c7))
9+
110
# [7.2.0](https://github.com/uetchy/create-create-app/compare/v7.1.0...v7.2.0) (2022-03-26)
211

312
### Bug Fixes
@@ -95,4 +104,4 @@
95104

96105
### Features
97106

98-
- new template system ([e8e6bd9](https://github.com/uetchy/create-create-app/commit/e8e6bd9))
107+
- new template system ([e8e6bd9](https://github.com/uetchy/create-create-app/commit/e8e6bd9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-create-app",
33
"description": "Create your own `create-something` app.",
4-
"version": "7.2.0",
4+
"version": "7.2.1",
55
"author": "Yasuaki Uechi <y@uechi.io>",
66
"scripts": {
77
"build": "npm run tsup -- --minify --dts",

0 commit comments

Comments
 (0)