Skip to content

Commit 332b7e3

Browse files
committed
chore(release): 5.2.0
1 parent 41db646 commit 332b7e3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.2.0](https://github.com/masb0ymas/expresso-sequelize/compare/v5.1.0...v5.2.0) (2023-07-06)
6+
7+
8+
### Features
9+
10+
* add pino logger ([3926034](https://github.com/masb0ymas/expresso-sequelize/commit/392603408d190c4138bb06866852ea6096a11293))
11+
12+
13+
### Bug Fixes
14+
15+
* change dirname ([41db646](https://github.com/masb0ymas/expresso-sequelize/commit/41db6466717319c7369d15250b2e5292a279250e))
16+
* change yup to zod ([9abc052](https://github.com/masb0ymas/expresso-sequelize/commit/9abc052976d4ff2380846df697b72653386dce6f))
17+
* database ([0137d95](https://github.com/masb0ymas/expresso-sequelize/commit/0137d95409ceed931f891866cefbb64b393bafee))
18+
* job ([8649474](https://github.com/masb0ymas/expresso-sequelize/commit/864947431bdab4e7a7edb3f8f218e113e3c1281b))
19+
* update controller ([3039e0b](https://github.com/masb0ymas/expresso-sequelize/commit/3039e0b799ce8f572f75b1e7558af2dd1b03d696))
20+
* update core ([4f2a643](https://github.com/masb0ymas/expresso-sequelize/commit/4f2a6431e2225e60aee9cd1cd097dd68d51b107e))
21+
* update dockerfile ([f01d5ad](https://github.com/masb0ymas/expresso-sequelize/commit/f01d5adca80363418e27268fec959fdf1e87edd2))
22+
* update main ts ([b30c039](https://github.com/masb0ymas/expresso-sequelize/commit/b30c039752d82a8b41693945a182780debecf944))
23+
* update middleware ([ee377e9](https://github.com/masb0ymas/expresso-sequelize/commit/ee377e9ce53bdd2eeba1bb2c37e9ef20795fd60b))
24+
* update script ([6a7e5b8](https://github.com/masb0ymas/expresso-sequelize/commit/6a7e5b82130a90dab0e3df354bc32a2e060104e5))
25+
* update service ([5f600b3](https://github.com/masb0ymas/expresso-sequelize/commit/5f600b327e48858a46b1ddc61a72ef3c6ea6530f))
26+
527
## [5.1.0](https://github.com/masb0ymas/expresso-sequelize/compare/v5.0.3...v5.1.0) (2023-06-09)
628

729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expresso-sequelize",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "expressjs, typescript, sequelize, gcp, aws, minio",
55
"main": "./dist/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)