Skip to content

Commit 54c5774

Browse files
authored
Merge pull request #4 from GloryWong/release-please--branches--master--components--logger
chore(master): release 2.1.1
2 parents 1452515 + 9bafe48 commit 54c5774

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/GloryWong/logger/compare/v2.1.0...v2.1.1) (2024-06-28)
4+
5+
6+
### Bug Fixes
7+
8+
* remove demo code in index ([ee7ae4e](https://github.com/GloryWong/logger/commit/ee7ae4eb9ebceaf29d7dc807672d5614eabc5939))
9+
310
## [2.1.0](https://github.com/GloryWong/logger/compare/v2.0.0...v2.1.0) (2024-06-28)
411

512

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.0",
4+
"version": "2.1.1",
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)