Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#1231)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 31, 2023
1 parent 37b3cf2 commit 6d8e77e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@

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

## [7.0.0](https://github.com/googleapis/nodejs-bigquery/compare/v6.2.1...v7.0.0) (2023-07-31)


### ⚠ BREAKING CHANGES

* migrate to node 14 ([#1236](https://github.com/googleapis/nodejs-bigquery/issues/1236))

### Bug Fixes

* **deps:** Update dependency google-auth-library to v9 ([#1228](https://github.com/googleapis/nodejs-bigquery/issues/1228)) ([22cf786](https://github.com/googleapis/nodejs-bigquery/commit/22cf786579331e3cb7a3aa63dc2f71e448553e18))


### Miscellaneous Chores

* Migrate to node 14 ([#1236](https://github.com/googleapis/nodejs-bigquery/issues/1236)) ([73bf31f](https://github.com/googleapis/nodejs-bigquery/commit/73bf31f55c4fa9e384aa76e1a7af0603ebb0d11b))

## [6.2.1](https://github.com/googleapis/nodejs-bigquery/compare/v6.2.0...v6.2.1) (2023-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "6.2.1",
"version": "7.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -16,7 +16,7 @@
"test": "mocha --timeout 200000"
},
"dependencies": {
"@google-cloud/bigquery": "^6.2.1",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/storage": "^6.0.0",
"google-auth-library": "^9.0.0",
"readline-promise": "^1.0.4",
Expand Down

0 comments on commit 6d8e77e

Please sign in to comment.