From 045a85bc433925a31c4b8d7fd5c6be34b7360ac5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 22:32:17 +0000 Subject: [PATCH] chore: release 1.0.5 (#62) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.5](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.4...v1.0.5) (2021-07-12) ### Bug Fixes * **deps:** google-gax v2.17.1 ([#61](https://www.github.com/googleapis/nodejs-artifact-registry/issues/61)) ([f0d00e2](https://www.github.com/googleapis/nodejs-artifact-registry/commit/f0d00e2a818964158440f97d37a6c00a56ec582b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-devtools-artifactregistry/CHANGELOG.md | 7 +++++++ packages/google-devtools-artifactregistry/package.json | 2 +- .../google-devtools-artifactregistry/samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/google-devtools-artifactregistry/CHANGELOG.md b/packages/google-devtools-artifactregistry/CHANGELOG.md index 1c60660de34..494f146af3d 100644 --- a/packages/google-devtools-artifactregistry/CHANGELOG.md +++ b/packages/google-devtools-artifactregistry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.5](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.4...v1.0.5) (2021-07-12) + + +### Bug Fixes + +* **deps:** google-gax v2.17.1 ([#61](https://www.github.com/googleapis/nodejs-artifact-registry/issues/61)) ([f0d00e2](https://www.github.com/googleapis/nodejs-artifact-registry/commit/f0d00e2a818964158440f97d37a6c00a56ec582b)) + ### [1.0.4](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.3...v1.0.4) (2021-06-30) diff --git a/packages/google-devtools-artifactregistry/package.json b/packages/google-devtools-artifactregistry/package.json index 4d77247567d..2fee123847d 100644 --- a/packages/google-devtools-artifactregistry/package.json +++ b/packages/google-devtools-artifactregistry/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/artifact-registry", - "version": "1.0.4", + "version": "1.0.5", "description": "Artifactregistry client for Node.js", "repository": "googleapis/nodejs-artifact-registry", "license": "Apache-2.0", diff --git a/packages/google-devtools-artifactregistry/samples/package.json b/packages/google-devtools-artifactregistry/samples/package.json index 43fd9c716ca..e29a5e59f01 100644 --- a/packages/google-devtools-artifactregistry/samples/package.json +++ b/packages/google-devtools-artifactregistry/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/artifact-registry": "^1.0.4" + "@google-cloud/artifact-registry": "^1.0.5" }, "devDependencies": { "c8": "^7.1.0",