Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#25)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.3.0](googleapis/nodejs-bigquery-data-exchange@v0.2.1...v0.3.0) (2022-09-26)


### ⚠ BREAKING CHANGES

* refactor references to Category message
* refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed

### Features

* update BigQuery Analytics Hub API v1beta1 client ([fe3d671](googleapis/nodejs-bigquery-data-exchange@fe3d671))


### Bug Fixes

* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-data-exchange/issues/1553)) ([#23](googleapis/nodejs-bigquery-data-exchange#23)) ([c2bd811](googleapis/nodejs-bigquery-data-exchange@c2bd811))
* refactor references to Category message ([fe3d671](googleapis/nodejs-bigquery-data-exchange@fe3d671))
* use google-gax v3.3.0 ([c2bd811](googleapis/nodejs-bigquery-data-exchange@c2bd811))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 26, 2022
1 parent 2421301 commit 293331a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions packages/google-cloud-bigquery-dataexchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.0](https://github.com/googleapis/nodejs-bigquery-data-exchange/compare/v0.2.1...v0.3.0) (2022-09-26)


### ⚠ BREAKING CHANGES

* refactor references to Category message
* refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed

### Features

* update BigQuery Analytics Hub API v1beta1 client ([fe3d671](https://github.com/googleapis/nodejs-bigquery-data-exchange/commit/fe3d671d2cecbdb1285975dc273fc17cfebf6538))


### Bug Fixes

* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-data-exchange/issues/1553)) ([#23](https://github.com/googleapis/nodejs-bigquery-data-exchange/issues/23)) ([c2bd811](https://github.com/googleapis/nodejs-bigquery-data-exchange/commit/c2bd811802e7ae10d21eba8d901bcbbf528f003e))
* refactor references to Category message ([fe3d671](https://github.com/googleapis/nodejs-bigquery-data-exchange/commit/fe3d671d2cecbdb1285975dc273fc17cfebf6538))
* use google-gax v3.3.0 ([c2bd811](https://github.com/googleapis/nodejs-bigquery-data-exchange/commit/c2bd811802e7ae10d21eba8d901bcbbf528f003e))

## [0.2.1](https://github.com/googleapis/nodejs-bigquery-data-exchange/compare/v0.2.0...v0.2.1) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-dataexchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-data-exchange",
"version": "0.2.1",
"version": "0.3.0",
"description": "analyticshub client for Node.js",
"repository": "googleapis/nodejs-bigquery-data-exchange",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataexchange",
"version": "0.2.1",
"version": "0.3.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/bigquery-data-exchange": "^0.2.1"
"@google-cloud/bigquery-data-exchange": "^0.3.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 293331a

Please sign in to comment.