From fd1a47d3c8633fb96a10487672518a18bbfde50c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:03:34 -0400 Subject: [PATCH] chore(main): release 7.0.1 (#1108) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4bea0d..ead7e44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [7.0.1](https://github.com/googleapis/sloth/compare/v7.0.0...v7.0.1) (2022-06-17) + + +### Bug Fixes + +* allow higher QPS for getServiceConfig ([#1085](https://github.com/googleapis/sloth/issues/1085)) ([5aabbbe](https://github.com/googleapis/sloth/commit/5aabbbee0e13cc687dfbc249e6979f83a518894a)) +* delete only excess data ([#1092](https://github.com/googleapis/sloth/issues/1092)) ([554504c](https://github.com/googleapis/sloth/commit/554504c037d0d0a4c0ff126050cd96933c93c1e6)) +* **deps:** update dependency @google-cloud/bigquery to v6 ([#1100](https://github.com/googleapis/sloth/issues/1100)) ([1bf10c8](https://github.com/googleapis/sloth/commit/1bf10c81ac216abc63602af960373e4965ac8cf1)) +* **deps:** update dependency @googleapis/sheets to v3 ([#1106](https://github.com/googleapis/sloth/issues/1106)) ([4067d11](https://github.com/googleapis/sloth/commit/4067d1155bcfecb27635d5fc99ab3c09a255e39e)) +* limit the delete range ([#1097](https://github.com/googleapis/sloth/issues/1097)) ([218700e](https://github.com/googleapis/sloth/commit/218700e4fdcfc174cd33acacf3570bccb0b86c46)), closes [#1096](https://github.com/googleapis/sloth/issues/1096) +* preserve field names in the first row ([#1089](https://github.com/googleapis/sloth/issues/1089)) ([1cb3364](https://github.com/googleapis/sloth/commit/1cb336455ca6f87e7b2ae2650c2cf9f97e815e69)) + ## [7.0.0](https://github.com/googleapis/sloth/compare/v6.11.0...v7.0.0) (2022-05-18) diff --git a/package-lock.json b/package-lock.json index 3562d8cc..3bef122f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@justinbeckwith/sloth", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@justinbeckwith/sloth", - "version": "7.0.0", + "version": "7.0.1", "license": "Apache-2.0", "dependencies": { "@google-cloud/bigquery": "^6.0.0", diff --git a/package.json b/package.json index 89f1e000..66cf6996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "7.0.0", + "version": "7.0.1", "repository": "googleapis/sloth", "description": "sloth is a CLI utility for measuring GitHub response SLOs.", "bin": {