Skip to content

Commit 9629848

Browse files
chore(bump): release v2.1.1
1 parent aa89e8c commit 9629848

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
yarn run v1.22.19
2+
$ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0
3+
### [2.1.1](https://github.com/ekino/node-logger/compare/v2.1.0...v2.1.1) (2023-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **force:** prevent syncLogger reset canForceWrite ([e8546f1](https://github.com/ekino/node-logger/commit/e8546f112cd8f089825f5a242b08c2aedb393553))
9+
10+
Done in 0.52s.
11+
12+
13+
114
yarn run v1.22.19
215
$ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0
316
## [2.1.0](https://github.com/ekino/node-logger/compare/v2.0.2...v2.1.0) (2023-01-04)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Lightweight logger that combines debug namespacing capabilities with winston levels and multioutput",
44
"homepage": "https://github.com/ekino/node-logger",
55
"license": "MIT",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"main": "lib/index.js",
88
"types": "lib/index.d.ts",
99
"files": [

0 commit comments

Comments
 (0)