Skip to content

Commit

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

chore(master): release 2.2.0
  • Loading branch information
GloryWong authored Jul 12, 2024
2 parents 23c2ccc + 3979ffc commit f0693cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://github.com/GloryWong/logger/compare/v2.1.4...v2.2.0) (2024-07-12)


### Features

* strict name checking ([252962b](https://github.com/GloryWong/logger/commit/252962ba0acdb6e6fec0e610f978f6714d256ab1))


### Bug Fixes

* can enable multiple types ([872b64b](https://github.com/GloryWong/logger/commit/872b64b134cb4595ee44b3777faa64c54d3dfc1e))

## [2.1.4](https://github.com/GloryWong/logger/compare/v2.1.3...v2.1.4) (2024-06-28)


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.1.4",
"version": "2.2.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 f0693cd

Please sign in to comment.