Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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