Skip to content

Commit

Permalink
bump vesrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Jan 30, 2024
1 parent 9bc2e04 commit 213b7d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion change.log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
11.0.1
- fixed `Stream` typescript

11.0.0
- add `append()` and deprecate `joint`, add `reset`, add `setLogStream` to redirect logs to the stream

Expand Down Expand Up @@ -98,4 +101,4 @@
- Add the third parameter `setting` for `fontColor`, `bgColor`, `setColor`

0.0.2
- Implement `fontColor`, `bgColor`, `setColor` and other functions
- Implement `fontColor`, `bgColor`, `setColor` and other functions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-color-log",
"version": "11.0.0",
"version": "11.0.1",
"description": "The more powerful JavaScript logger for NodeJS and browsers.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 213b7d4

Please sign in to comment.