Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Mar 25, 2021
1 parent de2a9a7 commit a745e8c
Show file tree
Hide file tree
Showing 13 changed files with 99 additions and 13 deletions.
12 changes: 12 additions & 0 deletions example/hoth-quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/cxtom/hoth/compare/hoth-quickstart@0.1.1...hoth-quickstart@0.1.7) (2021-03-25)


### Features

* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff))
* **cli:** support generate app ([98bf545](https://github.com/cxtom/hoth/commit/98bf545e1261ca987de323a9ea1bb698253cfe19))





## [0.1.6](https://github.com/cxtom/hoth/compare/hoth-quickstart@0.1.1...hoth-quickstart@0.1.6) (2021-03-24)


Expand Down
2 changes: 1 addition & 1 deletion example/hoth-quickstart/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 example/hoth-quickstart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hoth-quickstart",
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"description": "Fastify Resty quickstart API application",
"author": "cxtom <cxtom2008@gmail.com>",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/app-autoload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/cxtom/hoth/compare/@hoth/app-autoload@1.0.2...@hoth/app-autoload@1.0.8) (2021-03-25)


### Bug Fixes

* use setErrorHandler ([996247f](https://github.com/cxtom/hoth/commit/996247f026754940bcfc415910d4ff89828c8bcd))


### Features

* **app-autoload:** support fetch ral logid ([a875c28](https://github.com/cxtom/hoth/commit/a875c28a20f29444d10bae10dcb747bf08e29e5d))
* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff))





## [1.0.7](https://github.com/cxtom/hoth/compare/@hoth/app-autoload@1.0.2...@hoth/app-autoload@1.0.7) (2021-03-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/app-autoload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/app-autoload",
"version": "1.0.7",
"version": "1.0.8",
"description": "app-autoload plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand All @@ -23,9 +23,9 @@
},
"homepage": "https://github.com/cxtom/hoth#readme",
"dependencies": {
"@hoth/decorators": "^1.0.5",
"@hoth/logger": "^1.0.5",
"@hoth/utils": "^1.0.6",
"@hoth/decorators": "^1.0.6",
"@hoth/logger": "^1.0.6",
"@hoth/utils": "^1.0.7",
"config": "^3.3.3",
"fastify-autoload": "^3.4.2",
"fastify-plugin": "^3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/cxtom/hoth/compare/@hoth/cli@1.0.2...@hoth/cli@1.0.8) (2021-03-25)


### Features

* **cli:** support generate app ([98bf545](https://github.com/cxtom/hoth/commit/98bf545e1261ca987de323a9ea1bb698253cfe19))
* **cli:** support healthcheck path ([af23377](https://github.com/cxtom/hoth/commit/af233778c2717bc7eddd6f004aa2578ec19f0168))





## [1.0.7](https://github.com/cxtom/hoth/compare/@hoth/cli@1.0.2...@hoth/cli@1.0.7) (2021-03-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "cli plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/cxtom/hoth#readme",
"dependencies": {
"@hoth/app-autoload": "^1.0.7",
"@hoth/logger": "^1.0.5",
"@hoth/utils": "^1.0.6",
"@hoth/app-autoload": "^1.0.8",
"@hoth/logger": "^1.0.6",
"@hoth/utils": "^1.0.7",
"chalk": "^4.1.0",
"commist": "^1.1.0",
"generify": "^4.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/cxtom/hoth/compare/@hoth/decorators@1.0.2...@hoth/decorators@1.0.6) (2021-03-25)


### Bug Fixes

* use setErrorHandler ([996247f](https://github.com/cxtom/hoth/commit/996247f026754940bcfc415910d4ff89828c8bcd))


### Features

* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff))





## [1.0.5](https://github.com/cxtom/hoth/compare/@hoth/decorators@1.0.2...@hoth/decorators@1.0.5) (2021-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/decorators",
"version": "1.0.5",
"version": "1.0.6",
"description": "decorators for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/cxtom/hoth/compare/@hoth/logger@1.0.1...@hoth/logger@1.0.6) (2021-03-25)


### Bug Fixes

* logger notice format not valid ([a864b1e](https://github.com/cxtom/hoth/commit/a864b1e9ab56293935b6463642384d77c353a5aa))
* **logger:** remove querystring in product ([426b3eb](https://github.com/cxtom/hoth/commit/426b3eb783c3f2714ba68e3f89be6a4148ce08dd))


### Features

* add log rotate ([de2a9a7](https://github.com/cxtom/hoth/commit/de2a9a7c57544bbee4ab818cf166e6d706a78c35))
* logger add notice & performace ([f3c73a0](https://github.com/cxtom/hoth/commit/f3c73a0ab5e480bef01476b922e3e319977ef9ff))





## [1.0.5](https://github.com/cxtom/hoth/compare/@hoth/logger@1.0.1...@hoth/logger@1.0.5) (2021-03-24)


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.0.5",
"version": "1.0.6",
"description": "logger plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cxtom/hoth/compare/@hoth/utils@1.0.1...@hoth/utils@1.0.7) (2021-03-25)


### Features

* **cli:** support generate app ([98bf545](https://github.com/cxtom/hoth/commit/98bf545e1261ca987de323a9ea1bb698253cfe19))





## [1.0.6](https://github.com/cxtom/hoth/compare/@hoth/utils@1.0.1...@hoth/utils@1.0.6) (2021-03-24)


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

0 comments on commit a745e8c

Please sign in to comment.