Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-01-09)

### Bug Fixes

* **build product:** incorrect entry file path ([aa16608](aa16608)), closes [#50](#50)
* **ci:** remove print release step outputs ([a1c7bb4](a1c7bb4))
* **ci:** well fix ([8d743d5](8d743d5))
* **dependabot.yml:** disable version updates for npm dependencies ([a003e1a](a003e1a))
* **dependabot.yml:** wrong configuration ([5707c12](5707c12))
* **dependabot:** change target branch ([54e4384](54e4384))
* **dependabot:** set target branch direct to master ([f3a0ab9](f3a0ab9))
* github actions cannot read `release` job's outputs ([7264e4f](7264e4f))
* github release error due to incorrect `successComment` message ([f14082b](f14082b))
* **index.ts:** calling wrong method to start application ([c2ededa](c2ededa))
* package.json version not update automatically ([ccbf88e](ccbf88e))
* **project config:** missing linting & testing config ([289ea6a](289ea6a))
* **release.yml:** fuking shit ([6e70795](6e70795))
* **release.yml:** good fix ([ca14e0f](ca14e0f))
* **routes:** disable exposing HEAD route for each GET method ([5825529](5825529))
* **swagger:** update to openapi 3 ([c3197f9](c3197f9))

### Features

* add bot's PR header ([062e6ec](062e6ec))
* **ci:** adapt new ci workflows ([89ec5dc](89ec5dc))
* **dtos:** migrate from `fluent-json-schema` to `@sinclair/typebox` ([ab84294](ab84294))
* **envs:** add validations using `envalid` ([4cfff3e](4cfff3e))
* **error handler:** catch more cases ([c746a39](c746a39))
* **logger:** integrate with discord webhook ([260e991](260e991))
* manage tags and versions ([fd15413](fd15413))
* **request:** write custom type for authenticated request ([9340448](9340448))
* set up release workflow using `semantic-release` ([3bfde01](3bfde01))
* update template structures & code quality ([114ed2e](114ed2e))

### Performance Improvements

* **request:** decorate user object for each request ([30e6fdb](30e6fdb))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent ead9427 commit 2ff0820
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# 1.0.0 (2024-01-09)


### Bug Fixes

* **build product:** incorrect entry file path ([aa16608](https://github.com/phucvinh57/fastify-template/commit/aa16608bf7f2f18563ce793a5383693ed7b88901)), closes [#50](https://github.com/phucvinh57/fastify-template/issues/50)
* **ci:** remove print release step outputs ([a1c7bb4](https://github.com/phucvinh57/fastify-template/commit/a1c7bb40424df6e5265d13f1fc5dbd7d4929fdc7))
* **ci:** well fix ([8d743d5](https://github.com/phucvinh57/fastify-template/commit/8d743d5e3e247b7a8cabf97096d938d230685d7a))
* **dependabot.yml:** disable version updates for npm dependencies ([a003e1a](https://github.com/phucvinh57/fastify-template/commit/a003e1a6db73adfc606eda32a1cb67b63eaab817))
* **dependabot.yml:** wrong configuration ([5707c12](https://github.com/phucvinh57/fastify-template/commit/5707c120c9dffae829732b9b8f52cd4ae222320f))
* **dependabot:** change target branch ([54e4384](https://github.com/phucvinh57/fastify-template/commit/54e43843700446aaaf0ccd6c3607b0d2ec9eb85f))
* **dependabot:** set target branch direct to master ([f3a0ab9](https://github.com/phucvinh57/fastify-template/commit/f3a0ab9d4885882a6df0891dfce4d9d2d1b502aa))
* github actions cannot read `release` job's outputs ([7264e4f](https://github.com/phucvinh57/fastify-template/commit/7264e4f2b6108da4d29c257db3462ebb47d994f9))
* github release error due to incorrect `successComment` message ([f14082b](https://github.com/phucvinh57/fastify-template/commit/f14082bbecadf02000ff3addf98f5268b331077a))
* **index.ts:** calling wrong method to start application ([c2ededa](https://github.com/phucvinh57/fastify-template/commit/c2ededa470cdbdd6eabec983773b85fccfed4964))
* package.json version not update automatically ([ccbf88e](https://github.com/phucvinh57/fastify-template/commit/ccbf88e90c91b481ac73962edeac446e471f386a))
* **project config:** missing linting & testing config ([289ea6a](https://github.com/phucvinh57/fastify-template/commit/289ea6af953ee147f65ceef378ddb330e976b177))
* **release.yml:** fuking shit ([6e70795](https://github.com/phucvinh57/fastify-template/commit/6e70795d971c66467b435441045bcb209ca312b0))
* **release.yml:** good fix ([ca14e0f](https://github.com/phucvinh57/fastify-template/commit/ca14e0f2a8489f5c6ff70d9518862a193714da9c))
* **routes:** disable exposing HEAD route for each GET method ([5825529](https://github.com/phucvinh57/fastify-template/commit/5825529ee30acfeb18504ea32a128098480b31b8))
* **swagger:** update to openapi 3 ([c3197f9](https://github.com/phucvinh57/fastify-template/commit/c3197f9e4c82b945838603154e312778c5443e8d))


### Features

* add bot's PR header ([062e6ec](https://github.com/phucvinh57/fastify-template/commit/062e6ec4894483b7557e0bfc32fe9bf10e3272c3))
* **ci:** adapt new ci workflows ([89ec5dc](https://github.com/phucvinh57/fastify-template/commit/89ec5dc4ae68bf9575cff6cb62d929e499a4056d))
* **dtos:** migrate from `fluent-json-schema` to `@sinclair/typebox` ([ab84294](https://github.com/phucvinh57/fastify-template/commit/ab84294906cb022d185164e91f07e872ff881029))
* **envs:** add validations using `envalid` ([4cfff3e](https://github.com/phucvinh57/fastify-template/commit/4cfff3eeb0b5e77a8d0c8ec460a3164e1a56c158))
* **error handler:** catch more cases ([c746a39](https://github.com/phucvinh57/fastify-template/commit/c746a398788665c0be701a7daa81c9f3c595d85e))
* **logger:** integrate with discord webhook ([260e991](https://github.com/phucvinh57/fastify-template/commit/260e991b8ba1d1302125d78f98e6b1a6f7b447c7))
* manage tags and versions ([fd15413](https://github.com/phucvinh57/fastify-template/commit/fd154137c167922ca3dc9e00ae4c2f745a782379))
* **request:** write custom type for authenticated request ([9340448](https://github.com/phucvinh57/fastify-template/commit/93404484bc99fd679eec7089ce4c2cf74f946e02))
* set up release workflow using `semantic-release` ([3bfde01](https://github.com/phucvinh57/fastify-template/commit/3bfde0120e914a276114141a67340b41a4b8ba23))
* update template structures & code quality ([114ed2e](https://github.com/phucvinh57/fastify-template/commit/114ed2ec65f5006ead6758e56d0b869211d943ee))


### Performance Improvements

* **request:** decorate user object for each request ([30e6fdb](https://github.com/phucvinh57/fastify-template/commit/30e6fdb655a56e068f6edc89fff329db71bfc09d))

# [1.0.0-rc.3](https://github.com/phucvinh57/fastify-template/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2024-01-09)


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": "fastify-template",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"license": "ISC",
"repository": "git@github.com:phucvinh57/fastify-template.git",
"description": "",
Expand Down

0 comments on commit 2ff0820

Please sign in to comment.