Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@hoth/logger-v1.6.0](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.5.1...@hoth/logger-v1.6.0) (2022-12-01)

### Features

* add basic perf time, udpate fastify version, support log.addField, better fatal log ([c617681](c617681))
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 467c868 commit be7f137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@hoth/logger-v1.6.0](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.5.1...@hoth/logger-v1.6.0) (2022-12-01)


### Features

* add basic perf time, udpate fastify version, support log.addField, better fatal log ([c617681](https://github.com/searchfe/hoth/commit/c6176819116fdb72730db8f9934d5d3e959b7070))

# [@hoth/logger-v1.5.1](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.5.0...@hoth/logger-v1.5.1) (2022-10-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/logger",
"version": "1.5.1",
"version": "1.6.0",
"description": "logger plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit be7f137

Please sign in to comment.