Skip to content

Commit

Permalink
chore: release 1.0.0 (#6)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]

Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
release-please[bot] and bcoe authored Mar 2, 2020
1 parent db544e0 commit 05fa0d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2020-02-29)


### ⚠ BREAKING CHANGES

* initial generation of library (#1)

### Features

* export protos in src/index.ts ([68b922a](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/68b922a4c242a6ad2e360758ef0658ca8451b62f))
* initial generation of library ([#1](https://www.github.com/googleapis/nodejs-bigquery-storage/issues/1)) ([bd42fbd](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/bd42fbd45616adaf36cdf197d2b0f3c811025e39))
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-storage",
"version": "0.1.0",
"version": "1.0.0",
"description": "Client for the BigQuery Storage API",
"repository": "googleapis/nodejs-bigquery-storage",
"license": "Apache-2.0",
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-storage": "^0.1.0",
"@google-cloud/bigquery-storage": "^1.0.0",
"avsc": "^5.4.18",
"snappy": "^6.2.3"
},
Expand Down

0 comments on commit 05fa0d4

Please sign in to comment.