From 2ee7f3484cfdc9747120cd9cdc9e640a20cdba95 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 22:27:37 +0000 Subject: [PATCH] chore: release 1.1.7 --- 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 36c27a3..b1cd1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.7](https://www.github.com/googleapis/nodejs-binary-authorization/compare/v1.1.6...v1.1.7) (2021-08-20) + + +### Bug Fixes + +* **build:** migrate to using main branch ([#82](https://www.github.com/googleapis/nodejs-binary-authorization/issues/82)) ([3f11200](https://www.github.com/googleapis/nodejs-binary-authorization/commit/3f112009748af38f5f3939ceca28e49f527b583b)) + ### [1.1.6](https://www.github.com/googleapis/nodejs-binary-authorization/compare/v1.1.5...v1.1.6) (2021-08-17) diff --git a/package.json b/package.json index d3ee65b..1156e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/binary-authorization", - "version": "1.1.6", + "version": "1.1.7", "description": "Binaryauthorization client for Node.js", "repository": "googleapis/nodejs-binary-authorization", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index 639af3e..550d090 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/binary-authorization": "^1.1.6" + "@google-cloud/binary-authorization": "^1.1.7" }, "devDependencies": { "c8": "^7.1.0",