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

chore: release 4.6.0 #267

Merged
merged 3 commits into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0](https://github.com/googleapis/sloth/compare/v4.5.0...v4.6.0) (2019-06-17)


### Features

* add more team splitting ([#266](https://github.com/googleapis/sloth/issues/266)) ([fe124d5](https://github.com/googleapis/sloth/commit/fe124d5))

## [4.5.0](https://github.com/googleapis/sloth/compare/v4.4.0...v4.5.0) (2019-06-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.5.0",
"version": "4.6.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.5.0"
"@justinbeckwith/sloth": "^4.6.0"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down