Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
chore: release 5.13.0 (#569)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
release-please[bot] authored Mar 6, 2020
1 parent 9ab9cb6 commit c73745e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c73745e

Please sign in to comment.