Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
chore(main): release 7.0.1 (#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jun 20, 2022
1 parent 4067d11 commit fd1a47d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fd1a47d

Please sign in to comment.