diff --git a/CHANGELOG.md b/CHANGELOG.md index d4efa824..1e4bea0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [7.0.0](https://github.com/googleapis/sloth/compare/v6.11.0...v7.0.0) (2022-05-18) + + +### ⚠ BREAKING CHANGES + +* update library to use Node 12 (#1074) + +### Bug Fixes + +* **deps:** update dependency @google-cloud/local-auth to v2 ([#1076](https://github.com/googleapis/sloth/issues/1076)) ([6d02c93](https://github.com/googleapis/sloth/commit/6d02c935d69990739940f255440373b44a79be41)) + + +### Build System + +* update library to use Node 12 ([#1074](https://github.com/googleapis/sloth/issues/1074)) ([abd8547](https://github.com/googleapis/sloth/commit/abd8547409c28d633e44e58d886892a944472a37)) + ## [6.11.0](https://github.com/googleapis/sloth/compare/v6.10.0...v6.11.0) (2022-05-12) diff --git a/package-lock.json b/package-lock.json index 53381453..eb973a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@justinbeckwith/sloth", - "version": "6.11.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@justinbeckwith/sloth", - "version": "6.11.0", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/bigquery": "^5.0.0", diff --git a/package.json b/package.json index 7ffae43b..8b1681ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "6.11.0", + "version": "7.0.0", "repository": "googleapis/sloth", "description": "sloth is a CLI utility for measuring GitHub response SLOs.", "bin": {