Skip to content

Commit

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

chore(master): release 2.0.0
  • Loading branch information
GloryWong authored Jun 27, 2024
2 parents 939708d + 9e18e99 commit 82ecbce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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
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": "1.0.0",
"version": "2.0.0",
"description": "A `debug`-based logger with predefined methods and scope title, available in both browsers and Node.js.",
"author": {
"name": "GloryWong",
Expand Down

0 comments on commit 82ecbce

Please sign in to comment.