Skip to content

Commit 4b1e4e6

Browse files
committed
chore(release): 2.9.0
1 parent be1badb commit 4b1e4e6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.9.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.8.0...v2.9.0) (2020-11-27)
6+
7+
8+
### Features
9+
10+
* add lib ms ([8c023d0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/8c023d07507ecb6609761934851385e562b29152))
11+
12+
13+
### Bug Fixes
14+
15+
* auth refresh token & logout ([be1badb](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/be1badbb74e537b4b19f7300cbc1a73eca76eb69))
16+
* convert ms jwt ([03bc8a1](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/03bc8a1a30a75cd498019deb951add7e7a6e542c))
17+
* docs swagger refresh token & logout ([a71eecd](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/a71eecd8810a467e2505afb12a65a3c2984cc7b6))
18+
* handle rollback error ([f6c21fe](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/f6c21fe0aebffedcaca852f992d9e374a28fc14b))
19+
520
## [2.8.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.7.0...v2.8.0) (2020-11-25)
621

722

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.8.0",
3+
"version": "2.9.0",
44
"description": "Just Boilerplate Express with TypeScript ( 🦊 )",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)