Skip to content

Commit 70bcbb9

Browse files
committed
v6.0.1
1 parent ffc7087 commit 70bcbb9

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
lines changed

CHANGELOG.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1+
<a name="5.0.2"></a>
2+
## [5.0.2](https://github.com/wbhob/nest-middlewares/compare/v6.0.1...v5.0.2) (2019-09-30)
3+
4+
5+
6+
<a name="6.0.1"></a>
7+
## [6.0.1](https://github.com/wbhob/nest-middlewares/compare/v6.0.0...v6.0.1) (2019-09-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **express-session:** fixes a typo in README ([#24](https://github.com/wbhob/nest-middlewares/issues/24)) ([ffc7087](https://github.com/wbhob/nest-middlewares/commit/ffc7087))
13+
* missing the else case ([868ddd1](https://github.com/wbhob/nest-middlewares/commit/868ddd1))
14+
15+
16+
117
<a name="6.0.0"></a>
2-
## [6.0.0](https://github.com/wbhob/nest-middlewares/compare/v6.0.0...v5.0.2) (2019-04-01)
18+
# [6.0.0](https://github.com/wbhob/nest-middlewares/compare/v5.1.1...v6.0.0) (2019-04-02)
19+
20+
21+
### Bug Fixes
22+
23+
* ci coverage ([8df71ab](https://github.com/wbhob/nest-middlewares/commit/8df71ab))
24+
* ci issue ([b0100d2](https://github.com/wbhob/nest-middlewares/commit/b0100d2))
25+
* wrong registry ([48b4291](https://github.com/wbhob/nest-middlewares/commit/48b4291))
26+
27+
28+
### Features
29+
30+
* migrate to nestjs 6 ([ea745f6](https://github.com/wbhob/nest-middlewares/commit/ea745f6))
31+
32+
33+
34+
<a name="5.1.1"></a>
35+
## [5.1.1](https://github.com/wbhob/nest-middlewares/compare/v5.0.2...v5.1.1) (2018-10-19)
336

4-
* **feat:** Update to support Nest v6
537

638

739
<a name="5.0.2"></a>

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"cacheDir": ".changelog"
1717
},
18-
"version": "6.0.0"
18+
"version": "6.0.1"
1919
}

packages/cors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nest-middlewares/cors",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "NestJS Middleware for CORS",
55
"main": "index",
66
"repository": {

packages/express-session/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nest-middlewares/express-session",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "NestJS Middleware for Express Session",
55
"main": "index",
66
"repository": {

packages/serve-favicon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nest-middlewares/serve-favicon",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "NestJS Middleware for Serve Favicon",
55
"main": "index",
66
"repository": {

0 commit comments

Comments
 (0)