From c73745eacae5f73413a50cf8aa103de79ad36208 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 11:16:23 -0800 Subject: [PATCH] chore: release 5.13.0 (#569) * updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0aabc0..8604991b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [5.13.0](https://www.github.com/googleapis/sloth/compare/v5.12.0...v5.13.0) (2020-03-06) + + +### Features + +* update SLO calculation to match policy ([#568](https://www.github.com/googleapis/sloth/issues/568)) ([7d88ffc](https://www.github.com/googleapis/sloth/commit/7d88ffcd47d3fba2325ed81edd758c6929092e0c)) + + +### Bug Fixes + +* repo issue fetch needs to be serial ([#571](https://www.github.com/googleapis/sloth/issues/571)) ([9ab9cb6](https://www.github.com/googleapis/sloth/commit/9ab9cb6b93744158e83d39ffaa84038c86d7f1c8)) + ## [5.12.0](https://www.github.com/googleapis/sloth/compare/v5.11.1...v5.12.0) (2020-03-05) diff --git a/package.json b/package.json index f57cb1dd..ce060547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "5.12.0", + "version": "5.13.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 3164ec78..568f2b4f 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^5.12.0" + "@justinbeckwith/sloth": "^5.13.0" }, "devDependencies": { "mocha": "^7.0.0"