From e3dd309048fea5958f15ead3b00b4b05e46eca43 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 28 Jun 2019 16:02:53 -0700 Subject: [PATCH] chore: release 4.7.1 (#278) * 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 3e837902..309c4217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +### [4.7.1](https://www.github.com/googleapis/sloth/compare/v4.7.0...v4.7.1) (2019-06-28) + + +### Bug Fixes + +* move ndb api to cbr team ([#277](https://www.github.com/googleapis/sloth/issues/277)) ([c8b362c](https://www.github.com/googleapis/sloth/commit/c8b362c)) + ## [4.7.0](https://www.github.com/googleapis/sloth/compare/v4.6.1...v4.7.0) (2019-06-27) diff --git a/package.json b/package.json index 5572d14c..b038fa59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.7.0", + "version": "4.7.1", "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 2651b457..c1802330 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.7.0" + "@justinbeckwith/sloth": "^4.7.1" }, "devDependencies": { "mocha": "^6.0.0"