Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @hoth/logger-v1.0.0 (2021-05-24)

### Bug Fixes

* **logger:** module pass error ([9bdaee3](9bdaee3))
* log time ([463b628](463b628))
* logger notice format not valid ([a864b1e](a864b1e))
* throw error when exit ([f290b80](f290b80))
* **app-autoload:** entry file scope error ([78e28e6](78e28e6))
* **logger:** remove querystring in product ([426b3eb](426b3eb))

### Features

* **logger:** add parseTime & validationTime & pid ([e7a8304](e7a8304))
* add log rotate ([de2a9a7](de2a9a7))
* app-autoload add config module ([24df2e3](24df2e3))
* logger add notice & performace ([f3c73a0](f3c73a0))
* support request notice log & string log format ([c9eaa65](c9eaa65))

### Performance Improvements

* reuse the stream ([333a5fe](333a5fe))
  • Loading branch information
semantic-release-bot committed May 24, 2021
1 parent 6793590 commit 1c81f2e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# @hoth/logger-v1.0.0 (2021-05-24)


### Bug Fixes

* **logger:** module pass error ([9bdaee3](https://github.com/cxtom/hoth/commit/9bdaee3ebc662d94afeb7711cc35e20ac417b1b6))
* log time ([463b628](https://github.com/cxtom/hoth/commit/463b628a26d1160972ce86f6b3549238dc2ac936))
* logger notice format not valid ([a864b1e](https://github.com/cxtom/hoth/commit/a864b1e9ab56293935b6463642384d77c353a5aa))
* throw error when exit ([f290b80](https://github.com/cxtom/hoth/commit/f290b80a484d1ddd0e9dab376c5a48a5f0dd44a8))
* **app-autoload:** entry file scope error ([78e28e6](https://github.com/cxtom/hoth/commit/78e28e6ef95fc02b0d33182346d631abaea842a2))
* **logger:** remove querystring in product ([426b3eb](https://github.com/cxtom/hoth/commit/426b3eb783c3f2714ba68e3f89be6a4148ce08dd))


### Features

* **logger:** add parseTime & validationTime & pid ([e7a8304](https://github.com/cxtom/hoth/commit/e7a830402b70af1fe26029fbf87c159dacb3004e))
* add log rotate ([de2a9a7](https://github.com/cxtom/hoth/commit/de2a9a7c57544bbee4ab818cf166e6d706a78c35))
* app-autoload add config module ([24df2e3](https://github.com/cxtom/hoth/commit/24df2e36906820c9626b88dfae6a45e7ac231887))
* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff))
* support request notice log & string log format ([c9eaa65](https://github.com/cxtom/hoth/commit/c9eaa659fd564542b95c165fa019316bb10f3e20))


### Performance Improvements

* reuse the stream ([333a5fe](https://github.com/cxtom/hoth/commit/333a5fe2a36811c9d11c827f7a5745c6c35e696d))

# Change Log

All notable changes to this project will be documented in this file.
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.1.2",
"version": "1.0.0",
"description": "logger plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1c81f2e

Please sign in to comment.