Skip to content

Commit 71ca7a8

Browse files
chore: release 1.0.1 (#29)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9235c15 commit 71ca7a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-bigquery-reservation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.0.1](https://www.github.com/googleapis/nodejs-bigquery-reservation/compare/v1.0.0...v1.0.1) (2020-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* do not modify options object, use defaultScopes ([#28](https://www.github.com/googleapis/nodejs-bigquery-reservation/issues/28)) ([fa58436](https://www.github.com/googleapis/nodejs-bigquery-reservation/commit/fa584362f0c9ef485bbb8e76db143565cb144317))
9+
310
## 1.0.0 (2020-07-14)
411

512

packages/google-cloud-bigquery-reservation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-reservation",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "BigQuery Reservation client for Node.js",
55
"repository": "googleapis/nodejs-bigquery-reservation",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-reservation/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery-reservation": "^1.0.0"
16+
"@google-cloud/bigquery-reservation": "^1.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)