From 7f76085a636e66e12551e7960bde4e934bd44cf0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 09:55:20 -0700 Subject: [PATCH] chore: release 5.28.1 (#718) * updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a19c69d..83fcc47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +### [5.28.1](https://www.github.com/googleapis/sloth/compare/v5.28.0...v5.28.1) (2020-06-15) + + +### Bug Fixes + +* include new CAKE repos in teams ([#719](https://www.github.com/googleapis/sloth/issues/719)) ([fcd569d](https://www.github.com/googleapis/sloth/commit/fcd569dcc260bd442b9ce7fb030151f27e56e8c0)) +* update APM team attribution ([#717](https://www.github.com/googleapis/sloth/issues/717)) ([5dd9702](https://www.github.com/googleapis/sloth/commit/5dd97024dd399fe7070279c08d20dbf16ea78835)) + ## [5.28.0](https://www.github.com/googleapis/sloth/compare/v5.27.0...v5.28.0) (2020-06-12) diff --git a/package.json b/package.json index da1af50c..cc61d4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "5.28.0", + "version": "5.28.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 3c7ec4e7..47e0273c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^5.28.0" + "@justinbeckwith/sloth": "^5.28.1" }, "devDependencies": { "mocha": "^8.0.0"