From aad17ca856433cd912ccec84a171e5b42cb7c410 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 7 Dec 2018 11:51:03 -0800 Subject: [PATCH] Release v2.1.2 (#119) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005f1de0..a96b26c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 771419d6..eacafb45 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/samples/package.json b/samples/package.json index fc86f56b..05e4b1b5 100644 --- a/samples/package.json +++ b/samples/package.json @@ -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"