From 95171ebea67187a3535ded8814e8cef85e2b64a5 Mon Sep 17 00:00:00 2001 From: dead-horse Date: Fri, 2 Apr 2021 11:12:58 +0800 Subject: [PATCH] Release 2.37.0 --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index e317bcf6..3cd59e71 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,16 @@ +2.37.0 / 2021-04-02 +================== + +**features** + * [[`2acf75b`](http://github.com/node-modules/urllib/commit/2acf75b75050667f7341e6990078e0330e704af1)] - feat: add unix domain socket file support (#352) (Khaidi Chu <>) + +**others** + * [[`f2a42d1`](http://github.com/node-modules/urllib/commit/f2a42d19d2236979c16eea13c229839e5a78b381)] - chore: LICENSE link typo (fengmk2 <>) + * [[`28a0152`](http://github.com/node-modules/urllib/commit/28a0152c0ae5d4470d88b8122724b6228b48b319)] - chore: update contributors (fengmk2 <>) + * [[`5674670`](http://github.com/node-modules/urllib/commit/56746704d61116d99846d94480d223a9e3c42913)] - test: add socket checker test case (#341) (fengmk2 <>) + * [[`d953ec0`](http://github.com/node-modules/urllib/commit/d953ec0e55ec28d553a24c5cf0fcb64715e7c8f9)] - test: add testcase for using retry and writeStream in HttpClient2 (#350) (Haoliang Gao <>) + 2.36.1 / 2020-06-09 ================== diff --git a/package.json b/package.json index 25b16ac4..358c1d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "2.36.1", + "version": "2.37.0", "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", "keywords": [ "urllib",