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.2.0 (#249)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 29, 2019
1 parent bb2a585 commit c093f96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [4.2.0](https://www.github.com/googleapis/sloth/compare/v4.1.0...v4.2.0) (2019-05-29)


### Bug Fixes

* bump minimim version ([#244](https://www.github.com/googleapis/sloth/issues/244)) ([401aefa](https://www.github.com/googleapis/sloth/commit/401aefa))


### Features

* remove labels we do not want ([#245](https://www.github.com/googleapis/sloth/issues/245)) ([3b9c046](https://www.github.com/googleapis/sloth/commit/3b9c046))

## [4.1.0](https://www.github.com/googleapis/sloth/compare/v4.0.1...v4.1.0) (2019-05-23)


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

0 comments on commit c093f96

Please sign in to comment.