Skip to content

Commit dde0086

Browse files
chore: release 1.2.0 (#83)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 792272f commit dde0086

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-devtools-artifactregistry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.1.0...v1.2.0) (2021-09-27)
4+
5+
6+
### Features
7+
8+
* add v1 of the API, generate samples ([#82](https://www.github.com/googleapis/nodejs-artifact-registry/issues/82)) ([07b5be6](https://www.github.com/googleapis/nodejs-artifact-registry/commit/07b5be6b149324f451414bff52e2c1014f127d86))
9+
310
## [1.1.0](https://www.github.com/googleapis/nodejs-artifact-registry/compare/v1.0.7...v1.1.0) (2021-08-23)
411

512

packages/google-devtools-artifactregistry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/artifact-registry",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
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

+1-1
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.1.0"
16+
"@google-cloud/artifact-registry": "^1.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)