From f8856ad58176738f4c8953deb987c46e7fcc2089 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:48:35 +0000 Subject: [PATCH] chore: release 1.1.4 --- 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 2c638aa..d591313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.4](https://www.github.com/googleapis/nodejs-binary-authorization/compare/v1.1.3...v1.1.4) (2021-07-12) + + +### Bug Fixes + +* **deps:** google-gax v2.17.1 ([#72](https://www.github.com/googleapis/nodejs-binary-authorization/issues/72)) ([ffb3861](https://www.github.com/googleapis/nodejs-binary-authorization/commit/ffb3861356b4a63ad32517e860efd265280ae831)) + ### [1.1.3](https://www.github.com/googleapis/nodejs-binary-authorization/compare/v1.1.2...v1.1.3) (2021-06-29) diff --git a/package.json b/package.json index 08ca132..7991880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/binary-authorization", - "version": "1.1.3", + "version": "1.1.4", "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 6f7e884..aa559cf 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.3" + "@google-cloud/binary-authorization": "^1.1.4" }, "devDependencies": { "c8": "^7.1.0",