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.26.2 (#696)
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

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 5, 2020
1 parent a697b7f commit cfa16db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

[1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions

### [5.26.2](https://www.github.com/googleapis/sloth/compare/v5.26.1...v5.26.2) (2020-06-05)


### Bug Fixes

* add meredithslota to teams they triage/assign ([#695](https://www.github.com/googleapis/sloth/issues/695)) ([455eae7](https://www.github.com/googleapis/sloth/commit/455eae723e3de5c469a088f631f076ef9231eb70))
* **deps:** update dependency @octokit/rest to v17.10.0 ([#698](https://www.github.com/googleapis/sloth/issues/698)) ([a697b7f](https://www.github.com/googleapis/sloth/commit/a697b7fd35df040ff03cb25e4a62f8cf879f3b62))
* **deps:** update dependency @octokit/rest to v17.9.3 ([#697](https://www.github.com/googleapis/sloth/issues/697)) ([3eef942](https://www.github.com/googleapis/sloth/commit/3eef9420226e1e21086eed5765610a0e715d8eec))

### [5.26.1](https://www.github.com/googleapis/sloth/compare/v5.26.0...v5.26.1) (2020-05-29)


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.26.1",
"version": "5.26.2",
"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.26.1"
"@justinbeckwith/sloth": "^5.26.2"
},
"devDependencies": {
"mocha": "^7.0.0"
Expand Down

0 comments on commit cfa16db

Please sign in to comment.