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.25.0 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 13, 2020
1 parent 7dfc5d5 commit 816f4ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [5.25.0](https://www.github.com/googleapis/sloth/compare/v5.24.0...v5.25.0) (2020-05-13)


### Features

* adding missing repos and update teams ([#676](https://www.github.com/googleapis/sloth/issues/676)) ([89b9b2e](https://www.github.com/googleapis/sloth/commit/89b9b2eb77c14b5e18585eb499bf6edd62ec4e60))


### Bug Fixes

* **deps:** update dependency @octokit/rest to v17.9.0 ([#672](https://www.github.com/googleapis/sloth/issues/672)) ([85f9fc4](https://www.github.com/googleapis/sloth/commit/85f9fc4799162fa0bc0b5a26566c253ad3052816))
* adds intern to python ([#674](https://www.github.com/googleapis/sloth/issues/674)) ([7dfc5d5](https://www.github.com/googleapis/sloth/commit/7dfc5d560f376024c026e07360c0bba2928ac90e)), closes [#673](https://www.github.com/googleapis/sloth/issues/673)

## [5.24.0](https://www.github.com/googleapis/sloth/compare/v5.23.0...v5.24.0) (2020-05-11)


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

0 comments on commit 816f4ff

Please sign in to comment.