Skip to content

Commit 258c355

Browse files
committed
chore(release): v1.0.2
1 parent 26c9cb5 commit 258c355

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v1.0.2
4+
5+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.2)
6+
7+
### 🔥 Performance
8+
9+
- Reduce bundle size ([0345d32](https://github.com/selemondev/create-react-next/commit/0345d32))
10+
11+
### 📖 Documentation
12+
13+
- Update CHANGELOG.md file ([ca53b28](https://github.com/selemondev/create-react-next/commit/ca53b28))
14+
- Update ([9751d8c](https://github.com/selemondev/create-react-next/commit/9751d8c))
15+
16+
### 🏡 Chore
17+
18+
- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed))
19+
- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0))
20+
- **release:** V1.0.2 ([486f155](https://github.com/selemondev/create-react-next/commit/486f155))
21+
- **release:** V1.0.2 ([847fb1a](https://github.com/selemondev/create-react-next/commit/847fb1a))
22+
- Changed package name ([b2310d1](https://github.com/selemondev/create-react-next/commit/b2310d1))
23+
- **release:** V1.0.2 ([91698f3](https://github.com/selemondev/create-react-next/commit/91698f3))
24+
- **release:** V1.0.3 ([26c9cb5](https://github.com/selemondev/create-react-next/commit/26c9cb5))
25+
26+
### ❤️ Contributors
27+
28+
- Selemondev <selemondev19@gmail.com>
29+
330
## v1.0.3
431

532
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.1...v1.0.3)

package.json

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

0 commit comments

Comments
 (0)