From f5cd36d51390861cd16bcb85ec6bbe6990a1b9a9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 16:22:37 +0000 Subject: [PATCH] chore: release 7.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57f4c5..82a4486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://www.github.com/googleapis/teeny-request/compare/v7.0.1...v7.1.0) (2021-05-19) + + +### Features + +* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#224](https://www.github.com/googleapis/teeny-request/issues/224)) ([3e7424f](https://www.github.com/googleapis/teeny-request/commit/3e7424fb63f0c0dca3606d6e1fc2f294f9d86ba5)) + ### [7.0.1](https://www.github.com/googleapis/teeny-request/compare/v7.0.0...v7.0.1) (2020-09-29) diff --git a/package.json b/package.json index 49ab403..4800667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teeny-request", - "version": "7.0.1", + "version": "7.1.0", "description": "Like request, but smaller.", "main": "./build/src/index.js", "types": "./build/src/index.d.ts",