Skip to content

Commit a92993b

Browse files
committedApr 22, 2020
🔖release v0.3.1
1 parent 9a4fe20 commit a92993b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.1 / 2020-04-22
2+
==================
3+
4+
**fixes**
5+
* 🐛 [[`9a4fe20`](https://github.com/zhujun24/http-request-context/commit/9a4fe204c0e5776bca10e7231c0add24375bb535)] fixup rootID init
16

27
0.3.0 / 2019-10-22
38
==================
@@ -10,3 +15,9 @@
1015

1116
**fixes**
1217
* 🐛 [[`dbbf561`](https://github.com/zhujun24/http-request-context/commit/dbbf56169b1cf2ca55507ad7de46ead9d63b5af1)] remove destroy callstack to fix context lost
18+
19+
0.1.0 / 2019-10-19
20+
==================
21+
22+
**release**
23+
* 🔖 [[`2eb4a0e`](https://github.com/zhujun24/http-request-context/commit/2eb4a0efeb6e7b4291aa29ea9657361eb64220cd)] Release first version!

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-request-context",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Store context in http middleware lifecycle.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.