Skip to content

Commit

Permalink
chore: release 1.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 10, 2020
1 parent fc3349b commit 24f6952
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/google-cloud-bigquery-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2020-07-09)


### Features

* generate v1 ([6ef8fcb](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/6ef8fcbc9b50f7ccef429347841968fe41ad60cf))
* generate v1 ([9125a52](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/9125a52480f9259e959a6a4ce706fb574b74ae0a))
* generate v1 ([f054c74](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/f054c743a5529831a5993fc0e9eb9efbeccae0cb))
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-connection",
"version": "0.1.0",
"version": "1.0.0",
"description": "BigQuery Connection client for Node.js",
"repository": "googleapis/nodejs-bigquery-connection",
"license": "Apache-2.0",
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-connection": "^0.1.0"
"@google-cloud/bigquery-connection": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 24f6952

Please sign in to comment.