Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.0.1 (#57)
Browse files Browse the repository at this point in the history
* 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 <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 26, 2023
1 parent 5cbedad commit 4a64c76
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-migration",
"version": "1.0.0",
"version": "1.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-migration",
"version": "1.0.0",
"version": "1.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-migration",
"version": "1.0.0",
"version": "1.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-migration",
"version": "1.0.0",
"version": "1.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
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-migration": "^1.0.0"
"@google-cloud/bigquery-migration": "^1.0.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 4a64c76

Please sign in to comment.