diff --git a/CHANGELOG.md b/CHANGELOG.md index c10c5c0a..3e837902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [4.7.0](https://www.github.com/googleapis/sloth/compare/v4.6.1...v4.7.0) (2019-06-27) + + +### Features + +* add actools generator repos ([#272](https://www.github.com/googleapis/sloth/issues/272)) ([bdc4c7f](https://www.github.com/googleapis/sloth/commit/bdc4c7f)) + ### [4.6.1](https://www.github.com/googleapis/sloth/compare/v4.6.0...v4.6.1) (2019-06-26) diff --git a/package.json b/package.json index 9819a349..60d07558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.6.1", + "version": "4.7.0", "repository": "googleapis/sloth", "description": "sloth is a CLI utility for measuring GitHub response SLOs.", "bin": { diff --git a/samples/package.json b/samples/package.json index 7894005a..2651b457 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.6.1" + "@justinbeckwith/sloth": "^4.7.0" }, "devDependencies": { "mocha": "^6.0.0"