Skip to content

Commit 9d78622

Browse files
committed
chore(release): 2.18.0
1 parent efb3b00 commit 9d78622

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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+
## [2.18.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.17.0...v2.18.0) (2021-02-20)
6+
7+
8+
### Features
9+
10+
* add commintlint config ([b1a7827](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/b1a782723c0f28701ef7611b5c18dc82935575f4))
11+
* add config husky v5 ([7997ec4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/7997ec4619a5172c26f079aa7cff7da7218fc3e7))
12+
* add endpoint import excel ([bafe6b3](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/bafe6b3d92950e9141fadb4a38078219de6253c3))
13+
* add lib convert excel to json ([2085f18](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/2085f18a1e1b16de507ce0ca1b1b6a0c0522ec5b))
14+
* add lib husky & commit lint ([a5ebd24](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/a5ebd2421f5c1165fe58bb28d862d9b93261033c))
15+
* **lib:** add hpp ([beacc2d](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/beacc2d1f279cb06507d00a70705e12dcc64c809))
16+
* dir resolve interface ([6ec8000](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/6ec80001cacc369ecd9fe1ab2a2113f901e29676))
17+
* file interface ([d98ae53](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/d98ae53b5e012bbe7614adf8c54519f618c7b0f8))
18+
* schema auth ([745a9d6](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/745a9d6ee249370f554cbb4c0868c0d0f9192097))
19+
20+
21+
### Bug Fixes
22+
23+
* allow ext multer ([ee52f22](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/ee52f22bef61650bda8ac157db514b27e7c5ba74))
24+
* app name .env ([c20d1b4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/c20d1b4e0a38c8a513dbb963a98263c00a303f7b))
25+
* change version husky ([0afc843](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/0afc843fcc3c18758a9dd6e676f52c7dfe8ecdd9))
26+
* excel helper ([6ca2641](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/6ca2641c7daf220304131b24ea6b3365b4f4b1cb))
27+
* helper common ([e5b3d51](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/e5b3d5136a71eea39e21b9e7cf1f9d13e5043894))
28+
* image trakteer readme ([9b8e16f](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/9b8e16f45c983723f922d957e5891390eeb947ea))
29+
* impementation hpp & request ip ([701ea38](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/701ea380df05e2fe76c38f19072c931bc271a065))
30+
* implementation query polluted ([efb3b00](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/efb3b0092d5d7705b34f9cdca8241e8cc784c9ef))
31+
* lint index routes ([29f7bc4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/29f7bc40ad1ddf2614acf466ba91a14adf0eaa9c))
32+
* update readme ([90c5317](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/90c531756d551d20c6debb9e9f472d11be8e9c2e))
33+
* update readme support me ([ed84a7a](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/ed84a7a632ee9cdbdd2b414d891d6cd191efcec3))
34+
* user service schema ([ccc8860](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/ccc8860b20428888d77866b717c87143de4d2af2))
35+
* validate user login ([2687011](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/2687011f243bcd951a91edf388a915a6a80b7790))
36+
* wording schema ([7a82d00](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/7a82d0088be538347a12279ce319f2b8838b792d))
37+
* wording send mail helper ([042035f](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/042035fc724398b7ee1b3ca8d06a53ce3aadbbc5))
38+
539
## [2.17.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.16.0...v2.17.0) (2021-02-07)
640

741

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate-express-typescript",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "Just Boilerplate Express with TypeScript ( 🦊 )",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)