Skip to content

Commit 631b78b

Browse files
committed
chore(release): 2.10.0
1 parent e7c764c commit 631b78b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
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+
## [2.10.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.9.0...v2.10.0) (2020-11-29)
6+
7+
8+
### Features
9+
10+
* docker ignore ([e1ff82a](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/e1ff82a5db1dc06a201b55c418edc668fefdef71))
11+
* route refresh token ([88bd2c4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/88bd2c4203f77038c207f35f5b0302fe09d4bb91))
12+
* template email register ([9db2af4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/9db2af48aa45cf75f783e60b3e295ee8923e8145))
13+
14+
15+
### Bug Fixes
16+
17+
* build docker image ([fc06c11](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/fc06c11f22f4afbff4f4b5ef70d38a633ac14368))
18+
* data template email ([d374a63](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/d374a638cccf4e5a0a8897f0098bd6d916d1673b))
19+
* extension js & ts ([8e427e6](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/8e427e6ca22c547c1459392ab8ff70303f22d3cd))
20+
* import schema ([e6b4472](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/e6b4472c1a590c766420fe8a3e6d30faf50922ef))
21+
* import service ([982f480](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/982f480f5d2c7447fa54ba83c45b2fb676f88f5c))
22+
* name verify access token ([a8e51b4](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/a8e51b4cdc9b43b7e0543eb392bb7c5e852907de))
23+
* port app ([e224bbe](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/e224bbe685b6431327a4b73112c27d4ac1446e8c))
24+
* update script build ([e7c764c](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/e7c764c92573048d51aefabc972faac3eafb6d06))
25+
* update script release ([44e3228](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/44e322830b181eede7284016aad51364e3d51294))
26+
527
## [2.9.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.8.0...v2.9.0) (2020-11-27)
628

729

package.json

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

0 commit comments

Comments
 (0)