Skip to content

Commit

Permalink
chore(bump): release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2022
1 parent e4a53d2 commit a2b53e8
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.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)
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.0.1",
"version": "2.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit a2b53e8

Please sign in to comment.