Skip to content

Commit 452fbd8

Browse files
committed
fix: fix version
1 parent ad37ed3 commit 452fbd8

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

CHANGELOG.md

-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
# Changelog
22

3-
## v0.0.2
4-
5-
[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.0...v0.0.2)
6-
7-
### 🩹 Fixes
8-
9-
- Fix Biome formatter ([20f0c5a](https://github.com/cli-stuff/apr/commit/20f0c5a))
10-
- **deps:** Move `@types/react` to `devDependencies` ([4f0c59c](https://github.com/cli-stuff/apr/commit/4f0c59c))
11-
12-
### 🏡 Chore
13-
14-
- 🍱 manually update CHANGELOG for v1.0.0 release ([7df5050](https://github.com/cli-stuff/apr/commit/7df5050))
15-
16-
### ❤️ Contributors
17-
18-
- Okinea Dev ([@okineadev](http://github.com/okineadev))
19-
203
## v1.0.0
214

225
### 🚀 Enhancements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aboutproject",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"bin": {

0 commit comments

Comments
 (0)