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

Commit

Permalink
chore: release 4.27.0 (#402)
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]
  • Loading branch information
release-please[bot] authored and JustinBeckwith committed Nov 20, 2019
1 parent 5ab19c7 commit 9714f68
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

## [4.27.0](https://www.github.com/googleapis/sloth/compare/v4.26.0...v4.27.0) (2019-11-20)


### Features

* add missing PHP repos to users.json ([#401](https://www.github.com/googleapis/sloth/issues/401)) ([7e7c769](https://www.github.com/googleapis/sloth/commit/7e7c769f59c5c4401033ec18afa9beabdf0abbae))


### Bug Fixes

* correct repo name for nodejs-datastore-kvstore ([#409](https://www.github.com/googleapis/sloth/issues/409)) ([493a085](https://www.github.com/googleapis/sloth/commit/493a08563676a9827791b8ced3e355481490ad56))
* gce-images should now be nodejs-gce-images ([#406](https://www.github.com/googleapis/sloth/issues/406)) ([5e98534](https://www.github.com/googleapis/sloth/commit/5e98534f0ec94586a2dd3e328abfb3a5e8e47db0))

## [4.26.0](https://www.github.com/googleapis/sloth/compare/v4.25.2...v4.26.0) (2019-11-13)


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": "4.26.0",
"version": "4.27.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": "^4.26.0"
"@justinbeckwith/sloth": "^4.27.0"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down

0 comments on commit 9714f68

Please sign in to comment.