Skip to content

Commit c5eb85c

Browse files
chore(main): release 2.0.0 (#149)
* chore(main): release 2.0.0 * šŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d4a216e commit c5eb85c

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

ā€Žpackages/google-devtools-artifactregistry/CHANGELOG.mdā€Ž

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

3+
## [2.0.0](https://github.com/googleapis/nodejs-artifact-registry/compare/v1.3.0...v2.0.0) (2022-05-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update library to use Node 12
9+
* update library to use Node 12 (#147)
10+
11+
### Features
12+
13+
* AuditConfig for IAM v1 ([#134](https://github.com/googleapis/nodejs-artifact-registry/issues/134)) ([5022f63](https://github.com/googleapis/nodejs-artifact-registry/commit/5022f6319c872cd90750c0d3d1e6b74c4a35df9e))
14+
15+
16+
### Build System
17+
18+
* update library to use Node 12 ([#147](https://github.com/googleapis/nodejs-artifact-registry/issues/147)) ([b1b21ca](https://github.com/googleapis/nodejs-artifact-registry/commit/b1b21ca8d30b9b493a9491c0df2665284db95bc8))
19+
20+
21+
### *build
22+
23+
* Update library to use Node 12 ([b1b21ca](https://github.com/googleapis/nodejs-artifact-registry/commit/b1b21ca8d30b9b493a9491c0df2665284db95bc8))
24+
325
## [1.3.0](https://github.com/googleapis/nodejs-artifact-registry/compare/v1.2.3...v1.3.0) (2022-03-23)
426

527

ā€Ž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.3.0",
3+
"version": "2.0.0",
44
"description": "Artifactregistry client for Node.js",
55
"repository": "googleapis/nodejs-artifact-registry",
66
"license": "Apache-2.0",

ā€Žpackages/google-devtools-artifactregistry/samples/generated/v1/snippet_metadata.google.devtools.artifactregistry.v1.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-artifactregistry",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

ā€Žpackages/google-devtools-artifactregistry/samples/generated/v1beta2/snippet_metadata.google.devtools.artifactregistry.v1beta2.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-artifactregistry",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

ā€Ž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.3.0"
16+
"@google-cloud/artifact-registry": "^2.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
Ā (0)
⚔