From 4a64c76f40446f1ce2df2287128065557f30ea59 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:57:47 -0700 Subject: [PATCH] chore(main): release 1.0.1 (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(main): release 1.0.1 * 🦉 Updates from OwlBot post-processor 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 Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- ...nippet_metadata.google.cloud.bigquery.migration.v2.json | 2 +- ...nippet_metadata_google.cloud.bigquery.migration.v2.json | 2 +- ...t_metadata.google.cloud.bigquery.migration.v2alpha.json | 2 +- ...t_metadata_google.cloud.bigquery.migration.v2alpha.json | 2 +- samples/package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72ee06..821ad1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/googleapis/nodejs-bigquery-migration/compare/v1.0.0...v1.0.1) (2023-09-26) + + +### Bug Fixes + +* Simplify logic for HTTP/1.1 REST fallback option ([#55](https://github.com/googleapis/nodejs-bigquery-migration/issues/55)) ([12fa279](https://github.com/googleapis/nodejs-bigquery-migration/commit/12fa27927a53668cc3dff1ff717ecce54301491c)) + ## [1.0.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.2.1...v1.0.0) (2023-08-10) diff --git a/package.json b/package.json index 17eab8c..cb1ca28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/bigquery-migration", - "version": "1.0.0", + "version": "1.0.1", "description": "bigquery-migration client for Node.js", "repository": "googleapis/nodejs-bigquery-migration", "license": "Apache-2.0", diff --git a/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json b/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json index 9f2c73c..8616663 100644 --- a/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json +++ b/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "1.0.0", + "version": "1.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/generated/v2/snippet_metadata_google.cloud.bigquery.migration.v2.json b/samples/generated/v2/snippet_metadata_google.cloud.bigquery.migration.v2.json index 9f2c73c..8616663 100644 --- a/samples/generated/v2/snippet_metadata_google.cloud.bigquery.migration.v2.json +++ b/samples/generated/v2/snippet_metadata_google.cloud.bigquery.migration.v2.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "1.0.0", + "version": "1.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json b/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json index 04d34f3..8f0a050 100644 --- a/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json +++ b/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "1.0.0", + "version": "1.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/generated/v2alpha/snippet_metadata_google.cloud.bigquery.migration.v2alpha.json b/samples/generated/v2alpha/snippet_metadata_google.cloud.bigquery.migration.v2alpha.json index 04d34f3..8f0a050 100644 --- a/samples/generated/v2alpha/snippet_metadata_google.cloud.bigquery.migration.v2alpha.json +++ b/samples/generated/v2alpha/snippet_metadata_google.cloud.bigquery.migration.v2alpha.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-migration", - "version": "1.0.0", + "version": "1.0.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index 1b547c3..0d64e2d 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery-migration": "^1.0.0" + "@google-cloud/bigquery-migration": "^1.0.1" }, "devDependencies": { "c8": "^7.1.0",