Skip to content

Commit a29fe44

Browse files
chore: release 4.1.1 (#240)
* chore: updated CHANGELOG.md [ci skip] * chore: updated package.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b883a6 commit a29fe44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<a name="3.0.0"></a>
2+
### [4.1.1](https://www.github.com/restify/clients/compare/v4.1.0...v4.1.1) (2022-06-27)
3+
4+
5+
### Bug Fixes
6+
7+
* add event handler for res close event ([#239](https://www.github.com/restify/clients/issues/239)) ([8b883a6](https://www.github.com/restify/clients/commit/8b883a6cc34172f6a3e41531d9255f4f4752022c))
8+
29
## [4.1.0](https://www.github.com/restify/clients/compare/v4.0.0...v4.1.0) (2021-05-27)
310

411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restify-clients",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"main": "lib/index.js",
55
"description": "HttpClient, StringClient, and JsonClient extracted from restify",
66
"homepage": "http://www.restify.com",

0 commit comments

Comments
 (0)