diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37b2ba248951..8ded6ad07cc0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "core/precise-date": "5.0.0", "core/projectify": "5.0.0", "core/promisify": "5.0.0", - "handwritten/bigquery": "8.3.0", + "handwritten/bigquery": "8.3.1", "handwritten/bigquery-storage": "5.1.0", "handwritten/bigtable": "6.5.0", "handwritten/cloud-profiler": "6.0.4", diff --git a/changelog.json b/changelog.json index fc518c4f4ee2..d29e87ce1cc3 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,32 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "374167bd4c1b45c38112938df55e821fdeb82c97", + "message": "Pin @sinonjs/fake-timers to unblock build in bigquery", + "issues": [ + "8121" + ] + }, + { + "type": "fix", + "sha": "0948b354bab60bbae906b7e9f8996b5b35754361", + "message": "Run npm run types in correct directory in owlbot", + "issues": [ + "8061" + ], + "scope": "bigquery" + } + ], + "version": "8.3.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigquery", + "id": "8b9b7027-4b87-4b9c-aacc-529edc2eca57", + "createTime": "2026-05-05T21:43:20.692Z" + }, { "changes": [ { @@ -77670,5 +77696,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-05-01T17:22:33.483Z" + "updateTime": "2026-05-05T21:43:20.692Z" } \ No newline at end of file diff --git a/handwritten/bigquery/CHANGELOG.md b/handwritten/bigquery/CHANGELOG.md index f5a26a41d759..f8a077b4b4c6 100644 --- a/handwritten/bigquery/CHANGELOG.md +++ b/handwritten/bigquery/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions +## [8.3.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.3.0...bigquery-v8.3.1) (2026-05-05) + + +### Bug Fixes + +* **bigquery:** Run npm run types in correct directory in owlbot ([#8061](https://github.com/googleapis/google-cloud-node/issues/8061)) ([0948b35](https://github.com/googleapis/google-cloud-node/commit/0948b354bab60bbae906b7e9f8996b5b35754361)) +* Pin @sinonjs/fake-timers to unblock build in bigquery ([#8121](https://github.com/googleapis/google-cloud-node/issues/8121)) ([374167b](https://github.com/googleapis/google-cloud-node/commit/374167bd4c1b45c38112938df55e821fdeb82c97)) + ## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.2.0...bigquery-v8.3.0) (2026-04-09) diff --git a/handwritten/bigquery/package.json b/handwritten/bigquery/package.json index 77969669cc58..5c9e8cdb29d3 100644 --- a/handwritten/bigquery/package.json +++ b/handwritten/bigquery/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/bigquery", "description": "Google BigQuery Client Library for Node.js", - "version": "8.3.0", + "version": "8.3.1", "license": "Apache-2.0", "author": "Google LLC", "engines": {