File tree 5 files changed +38
-6
lines changed
5 files changed +38
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
17
<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)
3
36
4
- * ** feat:** Update to support Nest v6
5
37
6
38
7
39
<a name =" 5.0.2 " ></a >
Original file line number Diff line number Diff line change 15
15
},
16
16
"cacheDir" : " .changelog"
17
17
},
18
- "version" : " 6.0.0 "
18
+ "version" : " 6.0.1 "
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nest-middlewares/cors" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"description" : " NestJS Middleware for CORS" ,
5
5
"main" : " index" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nest-middlewares/express-session" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"description" : " NestJS Middleware for Express Session" ,
5
5
"main" : " index" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nest-middlewares/serve-favicon" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"description" : " NestJS Middleware for Serve Favicon" ,
5
5
"main" : " index" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments