Skip to content

Commit c2d38d8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7bdae11 + 927db64 commit c2d38d8

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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))

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",
@@ -71,7 +71,11 @@
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": {

0 commit comments

Comments
 (0)