diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb7355..c2771b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.2](https://github.com/ekino/node-logger/compare/v2.0.1...v2.0.2) (2022-11-10) + + +### Bug Fixes + +* **postinstall:** remove husky postinstall ([e4a53d2](https://github.com/ekino/node-logger/commit/e4a53d28b4378a3bbc92445e8acdbc09d7034234)) + +Done in 0.51s. + + + yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0 ### [2.0.1](https://github.com/ekino/node-logger/compare/v2.0.0...v2.0.1) (2022-11-10) diff --git a/package.json b/package.json index 47624bc..663f152 100644 --- a/package.json +++ b/package.json @@ -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.0.1", + "version": "2.0.2", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [