From 233564ccdbc533875cf454317dd0af9901e78acd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:57:42 -0800 Subject: [PATCH] chore: release 4.25.1 (#391) * 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 f7a8be94..155d47b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +### [4.25.1](https://www.github.com/googleapis/sloth/compare/v4.25.0...v4.25.1) (2019-11-06) + + +### Bug Fixes + +* add bigtable hbase java repo ([#389](https://www.github.com/googleapis/sloth/issues/389)) ([a398d95](https://www.github.com/googleapis/sloth/commit/a398d950ebf0357df77a6d9d22d4cd46cbe8dffe)) + ## [4.25.0](https://www.github.com/googleapis/sloth/compare/v4.24.0...v4.25.0) (2019-11-04) diff --git a/package.json b/package.json index ac8ab6fc..c599272b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.25.0", + "version": "4.25.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 b6828ed9..3113c4e1 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.25.0" + "@justinbeckwith/sloth": "^4.25.1" }, "devDependencies": { "mocha": "^6.0.0"