Skip to content

Commit 0d50d4d

Browse files
committed
chore: release v7.3.0
1 parent 8e4e50f commit 0d50d4d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
# [7.3.0](https://github.com/uetchy/create-create-app/compare/v7.2.1...v7.3.0) (2022-06-28)
12

3+
### Bug Fixes
24

3-
## [7.2.1](https://github.com/uetchy/create-create-app/compare/v7.2.0...v7.2.1) (2022-06-09)
5+
- more slash ([2083a33](https://github.com/uetchy/create-create-app/commit/2083a333612fc54f5e89b0b00bc00186a4fe102b))
6+
- only replace `gitignore` file ([bffca9c](https://github.com/uetchy/create-create-app/commit/bffca9ccd225fafa134b872a5e61d192064efe0b))
7+
- use shell to run npm command ([101e03c](https://github.com/uetchy/create-create-app/commit/101e03c6c0a846d3b07c951d2263c1e4f31292c2))
8+
- **windows:** slash before format ([8575810](https://github.com/uetchy/create-create-app/commit/8575810f2be349bcae08694233a7e36fbf2f49bc))
9+
10+
### Features
11+
12+
- guess pm, skip install/git ([#42](https://github.com/uetchy/create-create-app/issues/42)) by [@lucas-labs](https://github.com/lucas-labs) ([718b190](https://github.com/uetchy/create-create-app/commit/718b1909a2afa5adfbd1a7e1a19b4627e7de1685))
13+
- more options for prompts ([6623b9b](https://github.com/uetchy/create-create-app/commit/6623b9bb3f6b9be2b88d7f2cbe2c438e3b7fefbc)), closes [#36](https://github.com/uetchy/create-create-app/issues/36)
414

15+
## [7.2.1](https://github.com/uetchy/create-create-app/compare/v7.2.0...v7.2.1) (2022-06-09)
516

617
### Bug Fixes
718

8-
* typescript template is missing type defs for node ([e360b57](https://github.com/uetchy/create-create-app/commit/e360b57502d03057f836cdf93601ed91856da2c7))
19+
- typescript template is missing type defs for node ([e360b57](https://github.com/uetchy/create-create-app/commit/e360b57502d03057f836cdf93601ed91856da2c7))
920

1021
# [7.2.0](https://github.com/uetchy/create-create-app/compare/v7.1.0...v7.2.0) (2022-03-26)
1122

@@ -104,4 +115,4 @@
104115

105116
### Features
106117

107-
- new template system ([e8e6bd9](https://github.com/uetchy/create-create-app/commit/e8e6bd9))
118+
- 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.1",
4+
"version": "7.3.0",
55
"author": "Yasuaki Uechi <y@uechi.io>",
66
"scripts": {
77
"build": "npm run tsup -- --minify --dts",

0 commit comments

Comments
 (0)