Skip to content

Commit

Permalink
chore: release v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 9, 2022
1 parent 98aa760 commit c08f6e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


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


### Bug Fixes

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

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

### Bug Fixes
Expand Down Expand Up @@ -95,4 +104,4 @@

### Features

- new template system ([e8e6bd9](https://github.com/uetchy/create-create-app/commit/e8e6bd9))
- new template system ([e8e6bd9](https://github.com/uetchy/create-create-app/commit/e8e6bd9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-create-app",
"description": "Create your own `create-something` app.",
"version": "7.2.0",
"version": "7.2.1",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "npm run tsup -- --minify --dts",
Expand Down

0 comments on commit c08f6e0

Please sign in to comment.