Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#37)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0

* 🦉 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 10, 2023
1 parent 228d602 commit 50683d6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/google-cloud-bigquery-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.2.1...v1.0.0) (2023-08-10)


### ⚠ BREAKING CHANGES

* upgrade to Node 14 ([#52](https://github.com/googleapis/nodejs-bigquery-migration/issues/52))

### Features

* Add request_source field and update formatting ([#39](https://github.com/googleapis/nodejs-bigquery-migration/issues/39)) ([f402ca3](https://github.com/googleapis/nodejs-bigquery-migration/commit/f402ca3274b9d1e34c0828fab8a0cd4e283c6a0a))
* Add SQL translation service to Bazel generation ([#36](https://github.com/googleapis/nodejs-bigquery-migration/issues/36)) ([d6e6e76](https://github.com/googleapis/nodejs-bigquery-migration/commit/d6e6e76cd519daa4b6084c355aa4b30f4c5ec7f7))


### Miscellaneous Chores

* Upgrade to Node 14 ([#52](https://github.com/googleapis/nodejs-bigquery-migration/issues/52)) ([49d73aa](https://github.com/googleapis/nodejs-bigquery-migration/commit/49d73aad7bc1f1bf908489bb30b3845b33272886))

## [0.2.1](https://github.com/googleapis/nodejs-bigquery-migration/compare/v0.2.0...v0.2.1) (2023-02-09)


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.1",
"version": "1.0.0",
"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.1",
"version": "1.0.0",
"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.1",
"version": "1.0.0",
"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.1"
"@google-cloud/bigquery-migration": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 50683d6

Please sign in to comment.