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.8.0 (#284)
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
yoshi-automation authored and JustinBeckwith committed Jul 3, 2019
1 parent ab900a7 commit 755cca8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.8.0](https://www.github.com/googleapis/sloth/compare/v4.7.1...v4.8.0) (2019-07-03)


### Features

* remove SLO for PRs ([#283](https://www.github.com/googleapis/sloth/issues/283)) ([ab900a7](https://www.github.com/googleapis/sloth/commit/ab900a7))

### [4.7.1](https://www.github.com/googleapis/sloth/compare/v4.7.0...v4.7.1) (2019-06-28)


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

0 comments on commit 755cca8

Please sign in to comment.