File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.0.0 (2025-04-13)
2+
3+
4+ ### Bug Fixes
5+
6+ * husky deprecated lines ([ 9c9c9a6] ( https://github.com/hiddentao/logger/commit/9c9c9a60c04bb96ad3c42d4e2ca261e2a06354ce ) )
7+ * husky deprecated stuff ([ e28a05f] ( https://github.com/hiddentao/logger/commit/e28a05f4f296ecddda655aaae852ef4fb4e7b640 ) )
8+ * missing lint script ([ e0395af] ( https://github.com/hiddentao/logger/commit/e0395af9b983ef33fce7a26befed1a98462cf8e6 ) )
9+
10+
11+ ### Features
12+
13+ * initial release ([ b0db495] ( https://github.com/hiddentao/logger/commit/b0db4951e2743a7e4336369010cd19e8bd6f855b ) )
Original file line number Diff line number Diff line change 33 "publishConfig" : {
44 "access" : " public"
55 },
6- "version" : " 0.1 .0" ,
6+ "version" : " 1.0 .0" ,
77 "description" : " A flexible and customizable logging library for JavaScript/TypeScript applications" ,
88 "module" : " dist/index.js" ,
99 "types" : " dist/index.d.ts" ,
7171 " @commitlint/config-conventional"
7272 ],
7373 "rules" : {
74- "body-max-line-length" : [2 , " always" , 400 ]
74+ "body-max-line-length" : [
75+ 2 ,
76+ " always" ,
77+ 400
78+ ]
7579 }
7680 },
7781 "config" : {
You can’t perform that action at this time.
0 commit comments