Skip to content

Commit

Permalink
chore(release): 🔖 bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 12, 2024
1 parent 790ae5d commit 85fa93b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 1.0.0 (2024-04-12)

### Bug Fixes

- :art: Update start script in package.json and remove outDir option in tsup.config.ts ([8800833](https://github.com/edwinhern/express-typescript-2024/commit/8800833df78871fa37d96cef38cdfc2d2f4bb8b1))
- :bug: fix start script in package.json ([d00e9d9](https://github.com/edwinhern/express-typescript-2024/commit/d00e9d966b4d6c2ae955639958de74381b8bb600))
- :bug: Update combine-prs.yml workflow file ([e350acc](https://github.com/edwinhern/express-typescript-2024/commit/e350acce8301358467d589fb88b6c25f34899754))
- :fire: Update combine-prs.yml workflow ([981a7b4](https://github.com/edwinhern/express-typescript-2024/commit/981a7b4af56394dc683a00f0450d6e339f7e9627))
- :wrench: Update release-it configuration ([b6241e9](https://github.com/edwinhern/express-typescript-2024/commit/b6241e9af453ecdb9ff370e30ced17d48430d707))
- :zap: Add outDir configuration to tsup.config.ts ([17b10a7](https://github.com/edwinhern/express-typescript-2024/commit/17b10a7b2ff219db7c4c6cc04422c47be5648f6d))
- Dockerfile to use npm ci --only=production ([4b5ff76](https://github.com/edwinhern/express-typescript-2024/commit/4b5ff76ab852f02c63f7c333628b02a64f7a0731))
- make husky scripts executable and add ts-check ([572a5d2](https://github.com/edwinhern/express-typescript-2024/commit/572a5d2a556306ad8dd41b43cb785e04b687b87a))
- remove headers from logs ([097d883](https://github.com/edwinhern/express-typescript-2024/commit/097d8835bd0b0a64d82776c0d4fd836295186e70))
- Update readME ([dda6f39](https://github.com/edwinhern/express-typescript-2024/commit/dda6f396856d41918fd8f912084e21ffe3325d33))
- Update test imports ([d5161dd](https://github.com/edwinhern/express-typescript-2024/commit/d5161dd64b629a7889b819d63ac6456bb647ae5b))
- Updated test Structure and config ([58fa99e](https://github.com/edwinhern/express-typescript-2024/commit/58fa99e70613d217a8dbb06acb43b12b76311535))

### Features

- Add configuration files and middleware ([c535330](https://github.com/edwinhern/express-typescript-2024/commit/c53533085cd6bfa89cad61c1c16882e5447d24a9))
- Add trust proxy setting to server configuration ([cd44d79](https://github.com/edwinhern/express-typescript-2024/commit/cd44d798091ceac9221d309a525c388d5f47b106))
- Create openAPI router and add swagger.json route ([#33](https://github.com/edwinhern/express-typescript-2024/issues/33)) ([9846d38](https://github.com/edwinhern/express-typescript-2024/commit/9846d3854aefe2dafa45573179e2b2d4f58b45c3))
- refactor code to use envalid, configure docker, env, and script… ([#59](https://github.com/edwinhern/express-typescript-2024/issues/59)) ([6fa439c](https://github.com/edwinhern/express-typescript-2024/commit/6fa439c1590ea3a2e6c3c0c0138e46487a11178a))
- Swagger UI with Zod Validation ([4566381](https://github.com/edwinhern/express-typescript-2024/commit/4566381aec8959c369c695f20f1205e636c4635c))

### Reverts

- :fire: Remove combine-prs workflow ([ee36cb6](https://github.com/edwinhern/express-typescript-2024/commit/ee36cb6294e656a3310360987e1f2a332118aaae))
- Dockerfile to use npm install instead of npm ci ([7b3eba4](https://github.com/edwinhern/express-typescript-2024/commit/7b3eba49392a90a6623d14a16e102003d86eb910))

## [1.2.19](https://github.com/edwinhern/express-typescript-2024/compare/1.2.18...1.2.19) (2024-04-09)

## 1.2.18 (2024-04-09)
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-typescript-boilerplate",
"version": "1.2.19",
"version": "1.0.0",
"description": "An Express boilerplate backend",
"main": "index.ts",
"private": true,
Expand Down

0 comments on commit 85fa93b

Please sign in to comment.