File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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
+ - Change package name from ` apr ` to ` aboutproject ` ([ 4c4f89c] ( https://github.com/cli-stuff/apr/commit/4c4f89c ) )
20
+
21
+ ### 📖 Documentation
22
+
23
+ - 📝 add TSDoc comments for components and functions ([ bd04ac3] ( https://github.com/cli-stuff/apr/commit/bd04ac3 ) )
24
+ - Add logo in readme ([ 65e68b1] ( https://github.com/cli-stuff/apr/commit/65e68b1 ) )
25
+ - Improve readme ([ 9c118bb] ( https://github.com/cli-stuff/apr/commit/9c118bb ) )
26
+
27
+ ### 🏡 Chore
28
+
29
+ - Add comment in ` apr.test.tsx ` ([ 65de9f1] ( https://github.com/cli-stuff/apr/commit/65de9f1 ) )
30
+ - ➖ remove ` ink-link ` dependency ([ 29b2f49] ( https://github.com/cli-stuff/apr/commit/29b2f49 ) )
31
+ - 🔧 update CI trigger paths and fixed README ([ 818edf1] ( https://github.com/cli-stuff/apr/commit/818edf1 ) )
32
+ - ** release:** V0.0.1 ([ 54758b7] ( https://github.com/cli-stuff/apr/commit/54758b7 ) )
33
+ - ** release:** V0.0.1" ([ 1bba333] ( https://github.com/cli-stuff/apr/commit/1bba333 ) )
34
+
35
+ ### ❤️ Contributors
36
+
37
+ - Okinea Dev ([ @okineadev ] ( http://github.com/okineadev ) )
38
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aboutproject" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"main" : " src/index.tsx" ,
5
5
"module" : " src/index.tsx" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments