Skip to content

Commit

Permalink
chore(bump): release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2022
1 parent f53bcff commit 51b2c01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
yarn run v1.22.19
$ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0
## [2.0.0](https://github.com/ekino/node-logger/compare/v1.0.0...v2.0.0) (2022-11-10)


### Features

* **ci:** add release ([67b3b7b](https://github.com/ekino/node-logger/commit/67b3b7baa2b260695d35227d1374aecb145b4622))
* **typescript:** convert core files to ts ([840741e](https://github.com/ekino/node-logger/commit/840741e296714e4022de8e33a58e3495f6789d3f))

Done in 0.50s.



## [1.0.0](https://github.com/ekino/node-logger/compare/v0.3.0...v1.0.0) (2020-03-25)


Expand Down Expand Up @@ -28,4 +42,3 @@
### Bug Fixes

* **global-context:** prevent mutation of global context ([686724b](https://github.com/ekino/node-logger/commit/686724b43bc398c9ddf6fcd62ab515c377e4cb51))

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": "1.0.0",
"version": "2.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ conventional-changelog-writer@^5.0.0:
split "^1.0.0"
through2 "^4.0.0"

conventional-changelog@^3.1.24:
conventional-changelog@3.x, conventional-changelog@^3.1.24:
version "3.1.25"
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.25.tgz#3e227a37d15684f5aa1fb52222a6e9e2536ccaff"
integrity sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==
Expand Down

0 comments on commit 51b2c01

Please sign in to comment.