Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#26)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.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]>
  • Loading branch information
3 people authored Feb 9, 2023
1 parent 63a2fd0 commit 5ffcb9c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 5ffcb9c

Please sign in to comment.