Skip to content

Commit

Permalink
4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Oct 29, 2021
1 parent 3be75f9 commit a2ad318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/api-lifecycle.md
Expand Up @@ -59,4 +59,4 @@ This sub-state is only entered when a `Client` instance has queued requests and

### destroyed

The **destroyed** state is a final state for the `Client` instance. Once in this state, a `Client` is nonfunctional. Calling any other `Client` methods will result in an `ClientDestroyedError`.
The **destroyed** state is a final state for the `Client` instance. Once in this state, a `Client` is nonfunctional. Calling any other `Client` methods will result in an `ClientDestroyedError`.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "undici",
"version": "4.9.1",
"version": "4.9.2",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"homepage": "https://undici.nodejs.org",
"bugs": {
Expand Down

0 comments on commit a2ad318

Please sign in to comment.