From 85fa93bc5db6ea025ccea4ba3478f52b42fc4cc6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Apr 2024 20:19:40 +0000 Subject: [PATCH] chore(release): :bookmark: bump version 1.0.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2195d..327b01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8b22ec3..09b357b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "express-typescript-boilerplate", - "version": "1.2.19", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "express-typescript-boilerplate", - "version": "1.2.19", + "version": "1.0.0", "license": "ISC", "dependencies": { "@asteasolutions/zod-to-openapi": "^7.0.0", diff --git a/package.json b/package.json index 6356d53..3c87292 100644 --- a/package.json +++ b/package.json @@ -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,