diff --git a/docs/api/api-lifecycle.md b/docs/api/api-lifecycle.md index e81a511baf5..d5e932a66f7 100644 --- a/docs/api/api-lifecycle.md +++ b/docs/api/api-lifecycle.md @@ -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`. \ No newline at end of file +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`. diff --git a/package.json b/package.json index f9ef7e81adb..6783620f1cf 100644 --- a/package.json +++ b/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": {