Skip to content

Commit 9d10226

Browse files
chore(main): release 3.23.1 (#605)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f63f0fe commit 9d10226

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-asset/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [3.23.1](https://github.com/googleapis/nodejs-asset/compare/v3.23.0...v3.23.1) (2022-02-11)
8+
9+
10+
### Bug Fixes
11+
12+
* Fix description of an interpreter field, validate if the field is not unspecified ([#604](https://github.com/googleapis/nodejs-asset/issues/604)) ([7cebebe](https://github.com/googleapis/nodejs-asset/commit/7cebebeae1b328289c68c590fd3738c89a59b74f))
13+
714
## [3.23.0](https://github.com/googleapis/nodejs-asset/compare/v3.22.0...v3.23.0) (2022-02-08)
815

916

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": "3.23.0",
4+
"version": "3.23.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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 360000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/asset": "^3.23.0",
18+
"@google-cloud/asset": "^3.23.1",
1919
"@google-cloud/bigquery": "^5.5.0",
2020
"@google-cloud/compute": "^2.0.0",
2121
"@google-cloud/storage": "^5.0.0",

0 commit comments

Comments
 (0)