Skip to content

Commit ca53b28

Browse files
committed
docs: update CHANGELOG.md file
1 parent 486f155 commit ca53b28

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

33

4-
## v1.0.2
4+
## v1.0.1
55

6-
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.1.0...v1.0.2)
6+
[compare changes](https://github.com/selemondev/create-react-next/compare/v1.0.0...v1.0.1)
77

88
### 🔥 Performance
99

10-
- Reduce bundle size ([5cb6bbe](https://github.com/selemondev/create-react-next/commit/5cb6bbe))
10+
- Reduce bundle size ( ~78.4% performance improvement
11+
in terms of bundle size reduction ) ([5cb6bbe](https://github.com/selemondev/create-react-next/commit/5cb6bbe))
1112

1213
### 🏡 Chore
1314

14-
- Release v1.0.1 ([760aaed](https://github.com/selemondev/create-react-next/commit/760aaed))
1515
- Release v1.0.1 ([8b9aac0](https://github.com/selemondev/create-react-next/commit/8b9aac0))
1616

1717
### ❤️ Contributors
1818

19-
- Selemondev <selemondev19@gmail.com>
19+
- [Selemondev](https://github.com/selemondev)
2020

2121
## v1.0.0
2222

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.2",
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)