Skip to content

Commit 878f63b

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2025-04-14) ### Features * error object formatting ([d2ae718](d2ae718))
1 parent d2ae718 commit 878f63b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/hiddentao/logger/compare/v1.2.0...v1.3.0) (2025-04-14)
2+
3+
4+
### Features
5+
6+
* error object formatting ([d2ae718](https://github.com/hiddentao/logger/commit/d2ae718891669dfc47f30b332ad6d544e46166e8))
7+
18
# [1.2.0](https://github.com/hiddentao/logger/compare/v1.1.1...v1.2.0) (2025-04-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"description": "A flexible and customizable logging library for JavaScript/TypeScript applications",
88
"module": "dist/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)