Skip to content

Commit ad37ed3

Browse files
chore(release): v0.0.2
1 parent 4f0c59c commit ad37ed3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
320
## v1.0.0
421

522
### 🚀 Enhancements

package.json

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

0 commit comments

Comments
 (0)