Skip to content

Commit f0693cd

Browse files
authored
Merge pull request #8 from GloryWong/release-please--branches--master--components--logger
chore(master): release 2.2.0
2 parents 23c2ccc + 3979ffc commit f0693cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/GloryWong/logger/compare/v2.1.4...v2.2.0) (2024-07-12)
4+
5+
6+
### Features
7+
8+
* strict name checking ([252962b](https://github.com/GloryWong/logger/commit/252962ba0acdb6e6fec0e610f978f6714d256ab1))
9+
10+
11+
### Bug Fixes
12+
13+
* can enable multiple types ([872b64b](https://github.com/GloryWong/logger/commit/872b64b134cb4595ee44b3777faa64c54d3dfc1e))
14+
315
## [2.1.4](https://github.com/GloryWong/logger/compare/v2.1.3...v2.1.4) (2024-06-28)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gloxy/logger",
33
"type": "module",
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"description": "A debug.js based namespaced logging utility with predefined log types(debug, info, warn, error) and supporting title-scoped logging, available in both web browsers and Node.js.",
66
"author": {
77
"name": "GloryWong",

0 commit comments

Comments
 (0)