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

Commit

Permalink
Release v2.1.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 7, 2018
1 parent 8b956d8 commit aad17ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## v2.1.2

12-07-2018 11:20 PST

- Add googleapis/google-resumable-media-python repository ([#118](https://github.com/googleapis/sloth/pull/118))
- add frankyn to yoshi-go ([#115](https://github.com/googleapis/sloth/pull/115))
- chore: always nyc report before calling codecov ([#114](https://github.com/googleapis/sloth/pull/114))
- chore: nyc ignore build/test by default ([#113](https://github.com/googleapis/sloth/pull/113))
- Add bshaffer to yoshi-php ([#112](https://github.com/googleapis/sloth/pull/112))
- chore(build): update common templates ([#110](https://github.com/googleapis/sloth/pull/110))
- Add andrey-qlogic to yoshi-java ([#109](https://github.com/googleapis/sloth/pull/109))
- Adding andrewsg to yoshi-python ([#108](https://github.com/googleapis/sloth/pull/108))
- chore: update license file ([#106](https://github.com/googleapis/sloth/pull/106))
- fix: update the repository location in package.json ([#102](https://github.com/googleapis/sloth/pull/102))
- Add kolea2 to yoshi and yoshi-java. ([#103](https://github.com/googleapis/sloth/pull/103))

## v2.1.1

12-03-2018 08:52 PST
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": "2.1.1",
"version": "2.1.2",
"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": "^2.1.1"
"@justinbeckwith/sloth": "^2.1.2"
},
"devDependencies": {
"mocha": "^5.2.0"
Expand Down

0 comments on commit aad17ca

Please sign in to comment.