Skip to content

Commit d371e2c

Browse files
chore(main): release 8.2.0
1 parent d48b4e1 commit d371e2c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [8.2.0](https://github.com/googleapis/nodejs-bigquery/compare/v8.1.1...v8.2.0) (2025-10-01)
8+
9+
10+
### Features
11+
12+
* Next release from preview-9.x branch is v9.0.0-alpha.0 ([#1558](https://github.com/googleapis/nodejs-bigquery/issues/1558)) ([a3f94ca](https://github.com/googleapis/nodejs-bigquery/commit/a3f94ca5e63090aed6d032490b77767b62d1250d))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** Update dependency big.js to v7 ([#1469](https://github.com/googleapis/nodejs-bigquery/issues/1469)) ([06625f7](https://github.com/googleapis/nodejs-bigquery/commit/06625f7aba9dfe5d4a9baefb9f9242e618bc2734))
18+
719
## [8.1.1](https://github.com/googleapis/nodejs-bigquery/compare/v8.1.0...v8.1.1) (2025-07-23)
820

921

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/bigquery",
33
"description": "Google BigQuery Client Library for Node.js",
4-
"version": "8.1.1",
4+
"version": "8.2.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix": "gts fix"
1818
},
1919
"dependencies": {
20-
"@google-cloud/bigquery": "^8.1.1",
20+
"@google-cloud/bigquery": "^8.2.0",
2121
"@google-cloud/storage": "^7.0.0",
2222
"google-auth-library": "^9.6.0",
2323
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)