Skip to content

Commit 54758b7

Browse files
chore(release): v0.0.1
1 parent c7880ea commit 54758b7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- 🎉 initial commit ([15c2888](https://github.com/cli-stuff/apr/commit/15c2888))
10+
- **package.json:** ✨ add `@biomejs/biome` to trustedDependencies ([52a47d7](https://github.com/cli-stuff/apr/commit/52a47d7))
11+
- ✨ add testing and linting setup ([6f66882](https://github.com/cli-stuff/apr/commit/6f66882))
12+
13+
### 🩹 Fixes
14+
15+
- **tests:** Fix failing tests ([d9a30d5](https://github.com/cli-stuff/apr/commit/d9a30d5))
16+
- **ci:** 🔧 update trigger paths in test workflow ([970b374](https://github.com/cli-stuff/apr/commit/970b374))
17+
- **ci:** 🔧 fix trigger paths in test workflow ([8aa1649](https://github.com/cli-stuff/apr/commit/8aa1649))
18+
- 🔧 fix test workflow trigger paths ([c7880ea](https://github.com/cli-stuff/apr/commit/c7880ea))
19+
20+
### 📖 Documentation
21+
22+
- 📝 add TSDoc comments for components and functions ([bd04ac3](https://github.com/cli-stuff/apr/commit/bd04ac3))
23+
- Add logo in readme ([65e68b1](https://github.com/cli-stuff/apr/commit/65e68b1))
24+
- Improve readme ([9c118bb](https://github.com/cli-stuff/apr/commit/9c118bb))
25+
26+
### 🏡 Chore
27+
28+
- Add comment in `apr.test.tsx` ([65de9f1](https://github.com/cli-stuff/apr/commit/65de9f1))
29+
- ➖ remove `ink-link` dependency ([29b2f49](https://github.com/cli-stuff/apr/commit/29b2f49))
30+
- 🔧 update CI trigger paths and fixed README ([818edf1](https://github.com/cli-stuff/apr/commit/818edf1))
31+
32+
### ❤️ Contributors
33+
34+
- Okinea Dev ([@okineadev](http://github.com/okineadev))
35+

package.json

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

0 commit comments

Comments
 (0)