Skip to content

Commit 760aaed

Browse files
committed
chore: release v1.0.1
1 parent f15edc6 commit 760aaed

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
<p align="center">
22
<img align="center" src="https://raw.githubusercontent.com/selemondev/create-react-next/master/image/create-react-next.png" height="400" />
3+
<h1 align="center">
4+
Create React Next
5+
</h1>
36
</p>
47

5-
## Create React Next ⚡
8+
<p align="center">
9+
<a href="https://www.npmjs.com/package/create-react-next">
10+
<img alt="npm-version-src" src="https://img.shields.io/npm/v/create-react-next/latest.svg?style=flat&colorA=020420&colorB=00DC82" />
11+
</a>
12+
<a href="https://npmjs.com/package/create-react-next">
13+
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/create-react-next.svg?style=flat&colorA=020420&colorB=00DC82" />
14+
</a>
15+
<a href="https://pkg-size.dev/create-react-next@latest">
16+
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for create-react-next">
17+
</a>
18+
</p>
619

720
The Next Generation React Scaffolding Tool powered by Vite 🛠️
821

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-next",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The Next Generation React Scaffolding Tool ✨",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)