Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2022-10-05)

### Features

* add async hooks and trace id ([b0be1ca](b0be1ca))
* remove json log space indentation ([eb8e5e8](eb8e5e8))
* update deps ([a2cd79f](a2cd79f))

### BREAKING CHANGES

* move to nodejs 16.17.1
  • Loading branch information
semantic-release-bot committed Oct 5, 2022
1 parent 1931574 commit bf4b284
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/temarusanov/logardian/compare/v2.1.0...v3.0.0) (2022-10-05)


### Features

* add async hooks and trace id ([b0be1ca](https://github.com/temarusanov/logardian/commit/b0be1ca4c6d2a51fd4273776e4d68db5cb226810))
* remove json log space indentation ([eb8e5e8](https://github.com/temarusanov/logardian/commit/eb8e5e82daeb9181c6aea99cc2721cf4bbe3c990))
* update deps ([a2cd79f](https://github.com/temarusanov/logardian/commit/a2cd79fa6b8bab17fefd1d80140550f485309a2b))


### BREAKING CHANGES

* move to nodejs 16.17.1

# [2.1.0](https://github.com/temarusanov/logardian/compare/v2.0.2...v2.1.0) (2022-09-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logardian",
"version": "2.1.0",
"version": "3.0.0",
"description": "Minimalistic, fast, powerful node.js logger",
"author": "Tema Rusanov",
"private": false,
Expand Down

0 comments on commit bf4b284

Please sign in to comment.