Skip to content

Commit

Permalink
chore(bump): release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2023
1 parent aa89e8c commit 9629848
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
yarn run v1.22.19
$ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0
### [2.1.1](https://github.com/ekino/node-logger/compare/v2.1.0...v2.1.1) (2023-01-05)


### Bug Fixes

* **force:** prevent syncLogger reset canForceWrite ([e8546f1](https://github.com/ekino/node-logger/commit/e8546f112cd8f089825f5a242b08c2aedb393553))

Done in 0.52s.



yarn run v1.22.19
$ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0
## [2.1.0](https://github.com/ekino/node-logger/compare/v2.0.2...v2.1.0) (2023-01-04)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Lightweight logger that combines debug namespacing capabilities with winston levels and multioutput",
"homepage": "https://github.com/ekino/node-logger",
"license": "MIT",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 9629848

Please sign in to comment.