diff --git a/packages/google-cloud-bigquery-migration/CHANGELOG.md b/packages/google-cloud-bigquery-migration/CHANGELOG.md index b79eca7626e..90574e3b10e 100644 --- a/packages/google-cloud-bigquery-migration/CHANGELOG.md +++ b/packages/google-cloud-bigquery-migration/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.2.0...v0.2.1) (2023-02-09) + + +### Bug Fixes + +* **deps:** Use google-gax v3.5.2 ([#24](https://github.com/googleapis/nodejs-bigquery-migration/issues/24)) ([4592890](https://github.com/googleapis/nodejs-bigquery-migration/commit/45928906abff16104316fa817dc2860381984c05)) + ## [0.2.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.1.0...v0.2.0) (2022-09-14) diff --git a/packages/google-cloud-bigquery-migration/package.json b/packages/google-cloud-bigquery-migration/package.json index 1b6e1fe5e5b..928a9f191a7 100644 --- a/packages/google-cloud-bigquery-migration/package.json +++ b/packages/google-cloud-bigquery-migration/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigquery-migration", - "version": "0.2.0", + "version": "0.2.1", "description": "bigquery-migration client for Node.js", "repository": "googleapis/nodejs-bigquery-migration", "license": "Apache-2.0", diff --git a/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json b/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json index de2399bf0d4..94b3a3f012c 100644 --- a/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json +++ b/packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "0.2.0", + "version": "0.2.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json b/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json index cc4094c5338..2b93180ea49 100644 --- a/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json +++ b/packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "0.2.0", + "version": "0.2.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-bigquery-migration/samples/package.json b/packages/google-cloud-bigquery-migration/samples/package.json index c546643ae4e..a8b4bc0b59d 100644 --- a/packages/google-cloud-bigquery-migration/samples/package.json +++ b/packages/google-cloud-bigquery-migration/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery-migration": "^0.2.0" + "@google-cloud/bigquery-migration": "^0.2.1" }, "devDependencies": { "c8": "^7.1.0",