Skip to content

Commit 70866fd

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2025-04-14) ### Bug Fixes * array stringification ([1fb1146](1fb1146)) ### Features * better console formatting ([82eaf3c](82eaf3c))
1 parent 1fb1146 commit 70866fd

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.2.0](https://github.com/hiddentao/logger/compare/v1.1.1...v1.2.0) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* array stringification ([1fb1146](https://github.com/hiddentao/logger/commit/1fb114620b7d638ca514cfbc2b06b9085eaf30a4))
7+
8+
9+
### Features
10+
11+
* better console formatting ([82eaf3c](https://github.com/hiddentao/logger/commit/82eaf3c533d528770692560b2b255b2946ac039a))
12+
113
## [1.1.1](https://github.com/hiddentao/logger/compare/v1.1.0...v1.1.1) (2025-04-13)
214

315

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.1.1",
6+
"version": "1.2.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)