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.0 (#686)
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 May 20, 2020
1 parent b9e17cc commit 57f5a5b
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.26.0](https://www.github.com/googleapis/sloth/compare/v5.25.2...v5.26.0) (2020-05-20)


### Features

* add python-bigquery-connection repo ([#685](https://www.github.com/googleapis/sloth/issues/685)) ([796b8b1](https://www.github.com/googleapis/sloth/commit/796b8b1198de9ac70797ba64e07053600154fe86))


### Bug Fixes

* add jsdoc-fresh repos ([#687](https://www.github.com/googleapis/sloth/issues/687)) ([0c2b306](https://www.github.com/googleapis/sloth/commit/0c2b30612c4caaeeb67b1a8b9c987daf17355a91))
* remove bcoe from teams they're not contributing to ([#688](https://www.github.com/googleapis/sloth/issues/688)) ([b9e17cc](https://www.github.com/googleapis/sloth/commit/b9e17ccc5a824735f849da15cbc23958cb271420))

### [5.25.2](https://www.github.com/googleapis/sloth/compare/v5.25.1...v5.25.2) (2020-05-19)


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

0 comments on commit 57f5a5b

Please sign in to comment.