Skip to content

Commit

Permalink
chore: release 1.0.6 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 11, 2021
1 parent 38d4340 commit 29fa40f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-devtools-artifactregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.0.6](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.5...v1.0.6) (2021-08-11)


### Bug Fixes

* **build:** migrate to using main branch ([#71](https://www.github.com/googleapis/nodejs-artifact-registry/issues/71)) ([fd38594](https://www.github.com/googleapis/nodejs-artifact-registry/commit/fd385943ba34cda330260fd32cfe934fa068cecf))
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#63](https://www.github.com/googleapis/nodejs-artifact-registry/issues/63)) ([277cb11](https://www.github.com/googleapis/nodejs-artifact-registry/commit/277cb116059aebc3f87a0ad749350a80e448ea8f))

### [1.0.5](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.4...v1.0.5) (2021-07-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-artifactregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/artifact-registry",
"version": "1.0.5",
"version": "1.0.6",
"description": "Artifactregistry client for Node.js",
"repository": "googleapis/nodejs-artifact-registry",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/artifact-registry": "^1.0.5"
"@google-cloud/artifact-registry": "^1.0.6"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 29fa40f

Please sign in to comment.