Skip to content

Commit 209412b

Browse files
1 parent 8b391db commit 209412b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google-devtools-artifactregistry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.2.2](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.2.1...v1.2.2) (2021-12-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **artifactregistry:** fix resource pattern ID segment name ([#100](https://www.github.com/googleapis/nodejs-artifact-registry/issues/100)) ([27d74c2](https://www.github.com/googleapis/nodejs-artifact-registry/commit/27d74c2d59bf0f9a8985f89b5440ef2fc8e45008))
9+
310
### [1.2.1](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.2.0...v1.2.1) (2021-10-14)
411

512

packages/google-devtools-artifactregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/artifact-registry",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Artifactregistry client for Node.js",
55
"repository": "googleapis/nodejs-artifact-registry",
66
"license": "Apache-2.0",

packages/google-devtools-artifactregistry/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/artifact-registry": "^1.2.1"
16+
"@google-cloud/artifact-registry": "^1.2.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)