From aca1c1ca631c1ba075b019e15747e1c54d56c84f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:14:56 +0000 Subject: [PATCH] chore: release 7.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e13b2..22143b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [7.1.1](https://www.github.com/googleapis/teeny-request/compare/v7.1.0...v7.1.1) (2021-06-30) + + +### Bug Fixes + +* throw error if missing uri or url ([#239](https://www.github.com/googleapis/teeny-request/issues/239)) ([4d770e3](https://www.github.com/googleapis/teeny-request/commit/4d770e3b89254c4cec30c422cdcdad257500c9cc)) + ## [7.1.0](https://www.github.com/googleapis/teeny-request/compare/v7.0.1...v7.1.0) (2021-05-19) diff --git a/package.json b/package.json index 6a5d8e4..57d21b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teeny-request", - "version": "7.1.0", + "version": "7.1.1", "description": "Like request, but smaller.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts",