Skip to content

Commit b36b30e

Browse files
release-please[bot]gcf-owl-bot[bot]sofisl
authored
chore(main): release 1.0.1 (#57)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <[email protected]>
1 parent 7db8ae1 commit b36b30e

7 files changed

+13
-6
lines changed

packages/google-cloud-bigquery-migration/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/googleapis/nodejs-bigquery-migration/compare/v1.0.0...v1.0.1) (2023-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.0.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.2.1...v1.0.0) (2023-08-10)
411

512

packages/google-cloud-bigquery-migration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-migration",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "bigquery-migration client for Node.js",
55
"repository": "googleapis/nodejs-bigquery-migration",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata.google.cloud.bigquery.migration.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-migration/samples/generated/v2/snippet_metadata_google.cloud.bigquery.migration.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata.google.cloud.bigquery.migration.v2alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-migration/samples/generated/v2alpha/snippet_metadata_google.cloud.bigquery.migration.v2alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-migration",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-bigquery-migration/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery-migration": "^1.0.0"
16+
"@google-cloud/bigquery-migration": "^1.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)