Skip to content

Commit 35a9e5a

Browse files
committed
chore(release): 2.12.0
1 parent 8b56a02 commit 35a9e5a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.12.0](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.11.1...v2.12.0) (2020-12-30)
6+
7+
8+
### Features
9+
10+
* user role service bulk create ([32fedf1](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/32fedf1262382232b23a5fe3f0312a5501f38bba))
11+
12+
13+
### Bug Fixes
14+
15+
* base url api docs swagger ([6d0914f](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/6d0914f28d12d27d605717be4d1fd427f6297705))
16+
* bug type cors ([b679278](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/b67927840fb9923dd3ab93c0671a251d60df73d8))
17+
* get profile & return login ([deea3b5](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/deea3b5b012646026139947d747dc6bf8934a1d7))
18+
* ignore typing cors ([c845883](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/c845883b931adb62de0891f518608e32990b07e3))
19+
* read model instance ([db4d6b9](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/db4d6b9b4afad81343e44e411ff0dbe867a81b85))
20+
* set user state after login ([9857b54](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/commit/9857b5421f8d5bc78baea311d1187900855483ac))
21+
522
### [2.11.1](https://github.com/masb0ymas/boilerplate-express-typescript-sequelize/compare/v2.11.0...v2.11.1) (2020-12-10)
623

724

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

0 commit comments

Comments
 (0)