Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
chore(): release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyazgara committed Jan 17, 2021
1 parent b4a54dc commit 808e1eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.3.0](https://github.com/seedium/nestjs-universal-logger/compare/1.2.1...1.3.0) (2021-01-17)


### Bug Fixes

* fix error logging ([b71245c](https://github.com/seedium/nestjs-universal-logger/commit/b71245ccb512226f241d74b94c6c7e41f83840cc)), closes [#48](https://github.com/seedium/nestjs-universal-logger/issues/48)


### Features

* add native pino levels for injection to fastify adapter ([b4a54dc](https://github.com/seedium/nestjs-universal-logger/commit/b4a54dc2c27c5608a8e0402fbeec1531ac720322)), closes [#54](https://github.com/seedium/nestjs-universal-logger/issues/54)

## [1.2.1](https://github.com/seedium/nestjs-universal-logger/compare/1.2.0...1.2.1) (2021-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-universal-logger",
"version": "1.2.1",
"version": "1.3.0",
"description": "Logger module for NestJS application",
"repository": {
"type": "git",
Expand Down

0 comments on commit 808e1eb

Please sign in to comment.