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.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 3, 2018
1 parent 09fa08a commit 7cec242
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## v2.1.1

12-03-2018 08:52 PST

- fix: fix the linter ([#100](https://github.com/googleapis/sloth/pull/100))
- fix: allow passing multiple types ([#98](https://github.com/googleapis/sloth/pull/98))
- fix(build): fix system key decryption ([#96](https://github.com/googleapis/sloth/pull/96))
- Update list of repos
- Add extended Go devrel community to yoshi-go, so that they can do reviews ([#95](https://github.com/googleapis/sloth/pull/95))
- Add yoshi-kokoro as admin ([#94](https://github.com/googleapis/sloth/pull/94))
- add help wanted, good first issue labels ([#93](https://github.com/googleapis/sloth/pull/93))
- test: add tests to verify json configs are valid ([#92](https://github.com/googleapis/sloth/pull/92))
- Remove jba, dpebot, update nodejs repos ([#90](https://github.com/googleapis/sloth/pull/90))
- Add nodejs-security-center and nodejs-scheduler to repos.json ([#89](https://github.com/googleapis/sloth/pull/89))
- fix(deps): update dependency @octokit/rest to v16 ([#87](https://github.com/googleapis/sloth/pull/87))
- chore: add a synth.metadata

## v2.2.0

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

0 comments on commit 7cec242

Please sign in to comment.