diff --git a/CHANGELOG.md b/CHANGELOG.md index 682b3f2..1058557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.3](https://github.com/googleapis/teeny-request/compare/v8.0.2...v8.0.3) (2023-02-17) + + +### Bug Fixes + +* Use pipeline in place of pipe to better handle cleanup / errors ([#299](https://github.com/googleapis/teeny-request/issues/299)) ([31d9002](https://github.com/googleapis/teeny-request/commit/31d900227d2ea7cb205fd4dc8db0aed5abd0dfa9)) + ## [8.0.2](https://github.com/googleapis/teeny-request/compare/v8.0.1...v8.0.2) (2022-09-09) diff --git a/package.json b/package.json index c513fbc..7d8795e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teeny-request", - "version": "8.0.2", + "version": "8.0.3", "description": "Like request, but smaller.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts",