From efeb1ce6064ba767b04b68ef6c6938e688d25efe Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 22:26:02 -0800 Subject: [PATCH] chore: release 4.30.0 (#443) * updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1a72bf..a3302006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [4.30.0](https://www.github.com/googleapis/sloth/compare/v4.29.2...v4.30.0) (2020-01-09) + + +### Features + +* add frankyn to yoshi-java team ([#441](https://www.github.com/googleapis/sloth/issues/441)) ([b54bd64](https://www.github.com/googleapis/sloth/commit/b54bd64bad91f1f9b32d1c230398d26d2f6f0305)) +* add java-monitoring-dashboards repo ([#444](https://www.github.com/googleapis/sloth/issues/444)) ([815010a](https://www.github.com/googleapis/sloth/commit/815010a374a819023d70894202908b3dbf44bda2)) + + +### Bug Fixes + +* remove jadekler from yoshi groups ([#442](https://www.github.com/googleapis/sloth/issues/442)) ([5e9e5a1](https://www.github.com/googleapis/sloth/commit/5e9e5a139db4820741b30d4b84f51bedb429dd8b)) + ### [4.29.2](https://www.github.com/googleapis/sloth/compare/v4.29.1...v4.29.2) (2020-01-07) diff --git a/package.json b/package.json index e3393d2c..3c2181ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.29.2", + "version": "4.30.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 8f8566bf..871c346d 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.29.2" + "@justinbeckwith/sloth": "^4.30.0" }, "devDependencies": { "mocha": "^7.0.0"