Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
28 changes: 27 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions handwritten/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/bigquery/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading