From 755cca89d792be4eeb217b6132ef5f4cb9cae11b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 3 Jul 2019 12:39:51 -0700 Subject: [PATCH] chore: release 4.8.0 (#284) * updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309c4217..64d037d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [4.8.0](https://www.github.com/googleapis/sloth/compare/v4.7.1...v4.8.0) (2019-07-03) + + +### Features + +* remove SLO for PRs ([#283](https://www.github.com/googleapis/sloth/issues/283)) ([ab900a7](https://www.github.com/googleapis/sloth/commit/ab900a7)) + ### [4.7.1](https://www.github.com/googleapis/sloth/compare/v4.7.0...v4.7.1) (2019-06-28) diff --git a/package.json b/package.json index b038fa59..ff17529b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.7.1", + "version": "4.8.0", "repository": "googleapis/sloth", "description": "sloth is a CLI utility for measuring GitHub response SLOs.", "bin": { diff --git a/samples/package.json b/samples/package.json index c1802330..50779edc 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.7.1" + "@justinbeckwith/sloth": "^4.8.0" }, "devDependencies": { "mocha": "^6.0.0"