Skip to content

Commit 14da717

Browse files
1 parent 22ef503 commit 14da717

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-tpu/CHANGELOG.md

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

3+
### [1.0.1](https://www.github.com/googleapis/nodejs-cloud-tpu/compare/v1.0.0...v1.0.1) (2021-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** google-gax v2.17.0 with mTLS ([#13](https://www.github.com/googleapis/nodejs-cloud-tpu/issues/13)) ([a162ec4](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/a162ec451cab0ccd68353d3863c60ce7073ead1a))
9+
* make request optional in all cases ([#9](https://www.github.com/googleapis/nodejs-cloud-tpu/issues/9)) ([b8bde22](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/b8bde2285a9c855f14c9bd5552ea3141aa820a97))
10+
311
## 1.0.0 (2021-06-09)
412

513

packages/google-cloud-tpu/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/tpu",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "tpu client for Node.js",
55
"repository": "googleapis/nodejs-cloud-tpu",
66
"license": "Apache-2.0",

packages/google-cloud-tpu/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/tpu": "^1.0.0"
16+
"@google-cloud/tpu": "^1.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)