Skip to content

Commit

Permalink
chore: merge remote
Browse files Browse the repository at this point in the history
  • Loading branch information
GloryWong committed Jun 28, 2024
2 parents f8f03b3 + 82ecbce commit 43a3c41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **method:** remove success and rename log type to log level

### Features

* **method:** remove success and rename log type to log level ([939708d](https://github.com/GloryWong/logger/commit/939708db91e4d507b04d90fb96bf240b874fef8a))

## 1.0.0 (2024-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@gloxy/logger",
"type": "module",
"version": "1.0.0",
"description": "A debug.js based logging utility with predefined log types(debug, info, warn, error) and supporting title-scoped logging, available in both web browsers and Node.js.",
"version": "2.0.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",
"email": "glorywong1001@gmail.com",
Expand Down

0 comments on commit 43a3c41

Please sign in to comment.