We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ae718 commit 878f63bCopy full SHA for 878f63b
CHANGELOG.md
@@ -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
8
# [1.2.0](https://github.com/hiddentao/logger/compare/v1.1.1...v1.2.0) (2025-04-14)
9
10
package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "A flexible and customizable logging library for JavaScript/TypeScript applications",
"module": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments