From 126abb43693cb4a8c48b43a6114de93bba16f3ba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:40:47 +0000 Subject: [PATCH] chore: release 1.0.4 (#60) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.4](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.3...v1.0.4) (2021-06-30) ### Bug Fixes * **deps:** google-gax v2.17.0 with mTLS ([#58](https://www.github.com/googleapis/nodejs-artifact-registry/issues/58)) ([09cd77b](https://www.github.com/googleapis/nodejs-artifact-registry/commit/09cd77bd7e4f7b543c5796003a35a1f05ee14429)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 6f2890e..1c60660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.4](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.3...v1.0.4) (2021-06-30) + + +### Bug Fixes + +* **deps:** google-gax v2.17.0 with mTLS ([#58](https://www.github.com/googleapis/nodejs-artifact-registry/issues/58)) ([09cd77b](https://www.github.com/googleapis/nodejs-artifact-registry/commit/09cd77bd7e4f7b543c5796003a35a1f05ee14429)) + ### [1.0.3](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.2...v1.0.3) (2021-06-23) diff --git a/package.json b/package.json index c35f19a..49e3fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/artifact-registry", - "version": "1.0.3", + "version": "1.0.4", "description": "Artifactregistry client for Node.js", "repository": "googleapis/nodejs-artifact-registry", "license": "Apache-2.0", diff --git a/samples/package.json b/samples/package.json index fa02525..43fd9c7 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/artifact-registry": "^1.0.3" + "@google-cloud/artifact-registry": "^1.0.4" }, "devDependencies": { "c8": "^7.1.0",