From 92f0ff579b96a87b2435c00641073d6172176bba Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 13 Jun 2019 18:25:43 -0700 Subject: [PATCH] chore: release 4.5.0 (#265) * updated CHANGELOG.md * updated package.json * updated samples/package.json --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ec35f..bba7ea43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@justinbeckwith/sloth?activeTab=versions +## [4.5.0](https://www.github.com/googleapis/sloth/compare/v4.4.0...v4.5.0) (2019-06-13) + + +### Features + +* add datacatalog ([#264](https://www.github.com/googleapis/sloth/issues/264)) ([8331eda](https://www.github.com/googleapis/sloth/commit/8331eda)) + ## [4.4.0](https://www.github.com/googleapis/sloth/compare/v4.3.0...v4.4.0) (2019-06-10) diff --git a/package.json b/package.json index 85336f55..832d5161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinbeckwith/sloth", - "version": "4.4.0", + "version": "4.5.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 7c5a588e..ee9c4d8c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "echo no tests available 👻" }, "dependencies": { - "@justinbeckwith/sloth": "^4.4.0" + "@justinbeckwith/sloth": "^4.5.0" }, "devDependencies": { "mocha": "^6.0.0"