File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.1.0
4
+
5
+ [ compare changes] ( https://github.com/cli-stuff/apr/compare/v1.0.2...v1.1.0 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - ✨ handle missing ` package.json ` error gracefully ([ 1485cd0] ( https://github.com/cli-stuff/apr/commit/1485cd0 ) )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Fix lint-staged configuration ([ 1456c5c] ( https://github.com/cli-stuff/apr/commit/1456c5c ) )
14
+
15
+ ### 💅 Refactors
16
+
17
+ - ♻️ ` biome.json ` and ` package.json ` configurations ([ df35e1b] ( https://github.com/cli-stuff/apr/commit/df35e1b ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - 🔧 remove react import in ` index.tsx ` ([ a1d13f1] ( https://github.com/cli-stuff/apr/commit/a1d13f1 ) )
22
+ - 🔧 update TypeScript configuration ([ 46e9ee2] ( https://github.com/cli-stuff/apr/commit/46e9ee2 ) )
23
+ - 🔧 enable VCS in ` biome.json ` and refactor scripts in ` package.json ` ([ dac257e] ( https://github.com/cli-stuff/apr/commit/dac257e ) )
24
+
25
+ ### ❤️ Contributors
26
+
27
+ - Okinea Dev ([ @okineadev ] ( http://github.com/okineadev ) )
28
+
3
29
## v1.0.2
4
30
5
31
[ compare changes] ( https://github.com/cli-stuff/apr/compare/v1.0.1...v1.0.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aboutproject" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
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