Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#16)
Browse files Browse the repository at this point in the history
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 4, 2022
1 parent 432a43a commit ae8a843
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-dataexchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/googleapis/nodejs-bigquery-data-exchange/compare/v0.1.0...v0.2.0) (2022-07-04)


### Features

* support regapic LRO ([e4e9083](https://github.com/googleapis/nodejs-bigquery-data-exchange/commit/e4e90832a8d3b33284c176d89196511e9f3739d9))

## 0.1.0 (2022-05-30)


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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.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.1.0"
"@google-cloud/bigquery-data-exchange": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit ae8a843

Please sign in to comment.