Skip to content

Commit f04bd22

Browse files
chore(main): release 4.2.0 (#645)
* chore(main): release 4.2.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 71294f3 commit f04bd22

8 files changed

+22
-7
lines changed

packages/google-cloud-asset/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/asset?activeTab=versions
66

7+
## [4.2.0](https://github.com/googleapis/nodejs-asset/compare/v4.1.0...v4.2.0) (2022-08-23)
8+
9+
10+
### Features
11+
12+
* Add client library support for AssetService v1 BatchGetEffectiveIamPolicies API ([201d2b8](https://github.com/googleapis/nodejs-asset/commit/201d2b8431b1c04ed1b6fd90dc22ec943474aed8))
13+
* Add client library support for AssetService v1 BatchGetEffectiveIamPolicies API ([201d2b8](https://github.com/googleapis/nodejs-asset/commit/201d2b8431b1c04ed1b6fd90dc22ec943474aed8))
14+
* Release of query system ([201d2b8](https://github.com/googleapis/nodejs-asset/commit/201d2b8431b1c04ed1b6fd90dc22ec943474aed8))
15+
16+
17+
### Bug Fixes
18+
19+
* better support for fallback mode ([#646](https://github.com/googleapis/nodejs-asset/issues/646)) ([716c50e](https://github.com/googleapis/nodejs-asset/commit/716c50e0f0552419855d3fffd85a1d0a4fbdfe31))
20+
* remove pip install statements ([#649](https://github.com/googleapis/nodejs-asset/issues/649)) ([981571d](https://github.com/googleapis/nodejs-asset/commit/981571dd4c85437a437a60596d401568b8c4debe))
21+
722
## [4.1.0](https://github.com/googleapis/nodejs-asset/compare/v4.0.0...v4.1.0) (2022-06-29)
823

924

packages/google-cloud-asset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/asset",
33
"description": "Cloud Asset API client for Node.js",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-asset/samples/generated/v1/snippet_metadata.google.cloud.asset.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-asset",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-asset/samples/generated/v1p1beta1/snippet_metadata.google.cloud.asset.v1p1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-asset",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-asset/samples/generated/v1p2beta1/snippet_metadata.google.cloud.asset.v1p2beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-asset",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-asset/samples/generated/v1p4beta1/snippet_metadata.google.cloud.asset.v1p4beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-asset",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-asset/samples/generated/v1p5beta1/snippet_metadata.google.cloud.asset.v1p5beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-asset",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-asset/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/asset": "^4.1.0",
18+
"@google-cloud/asset": "^4.2.0",
1919
"@google-cloud/bigquery": "^6.0.0",
2020
"@google-cloud/compute": "^3.0.0",
2121
"@google-cloud/storage": "^6.0.0",

0 commit comments

Comments
 (0)