Skip to content

Commit 1b5b2ad

Browse files
chore(release): v1.0.1
1 parent 452fbd8 commit 1b5b2ad

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.1
4+
5+
[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.0...v1.0.1)
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+
- Fix version ([452fbd8](https://github.com/cli-stuff/apr/commit/452fbd8))
12+
13+
### 🏡 Chore
14+
15+
- 🍱 manually update CHANGELOG for v1.0.0 release ([7df5050](https://github.com/cli-stuff/apr/commit/7df5050))
16+
- **release:** V0.0.2 ([ad37ed3](https://github.com/cli-stuff/apr/commit/ad37ed3))
17+
18+
### ❤️ Contributors
19+
20+
- Okinea Dev ([@okineadev](http://github.com/okineadev))
21+
322
## v1.0.0
423

524
### 🚀 Enhancements

package.json

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

0 commit comments

Comments
 (0)