Skip to content

Commit 0b9d382

Browse files
chore(main): release 7.1.0 (#1240)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 86c63fb commit 0b9d382

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

β€ŽCHANGELOG.md

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

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

7+
## [7.1.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.0.0...v7.1.0) (2023-08-01)
8+
9+
10+
### Features
11+
12+
* Support and optionally parse JSON field ([#1229](https://github.com/googleapis/nodejs-bigquery/issues/1229)) ([cd11447](https://github.com/googleapis/nodejs-bigquery/commit/cd114470150cd58dffd4a7c511021eac19ab94d5))
13+
* Support create/list datasets on a different project ([#1230](https://github.com/googleapis/nodejs-bigquery/issues/1230)) ([86c63fb](https://github.com/googleapis/nodejs-bigquery/commit/86c63fb7079b2fb5b70bae13ed20267cebb3c99d))
14+
715
## [7.0.0](https://github.com/googleapis/nodejs-bigquery/compare/v6.2.1...v7.0.0) (2023-07-31)
816

917

β€Ž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": "7.0.0",
4+
"version": "7.1.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
@@ -16,7 +16,7 @@
1616
"test": "mocha --timeout 200000"
1717
},
1818
"dependencies": {
19-
"@google-cloud/bigquery": "^7.0.0",
19+
"@google-cloud/bigquery": "^7.1.0",
2020
"@google-cloud/storage": "^6.0.0",
2121
"google-auth-library": "^9.0.0",
2222
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)