Skip to content

Commit

Permalink
Merge pull request #3 from GloryWong/release-please--branches--master…
Browse files Browse the repository at this point in the history
…--components--logger

chore(master): release 2.1.0
  • Loading branch information
GloryWong authored Jun 28, 2024
2 parents 43a3c41 + a7c2bc4 commit d7ec8ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/GloryWong/logger/compare/v2.0.0...v2.1.0) (2024-06-28)


### Features

* add log levels and can enable multiple logging with levels ([f8f03b3](https://github.com/GloryWong/logger/commit/f8f03b355c04ed8267cc3715bf6d3741ab71cb7f))

## [2.0.0](https://github.com/GloryWong/logger/compare/v1.0.0...v2.0.0) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gloxy/logger",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"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.",
"author": {
"name": "GloryWong",
Expand Down

0 comments on commit d7ec8ca

Please sign in to comment.