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"