Skip to content

Commit

Permalink
chore: release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: sofisl <[email protected]>
  • Loading branch information
release-please[bot] and sofisl authored Jun 9, 2021
1 parent 5927962 commit c32f277
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-tpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2021-06-09)


### Features

* add initial files ([6eb8aaf](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/6eb8aaf3e3879b05b6dff76b8ea67c9409aa679a))
* initial launch ([57096bc](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/57096bced4d57b0e543f947e95cd489dfacb8706))
* initial samples and tests ([#2](https://www.github.com/googleapis/nodejs-cloud-tpu/issues/2)) ([918c455](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/918c45528f002b5337a73b5cbc84f6895f2f5137))
2 changes: 1 addition & 1 deletion packages/google-cloud-tpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/tpu",
"version": "0.1.0",
"version": "1.0.0",
"description": "tpu client for Node.js",
"repository": "googleapis/nodejs-cloud-tpu",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tpu/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/tpu": "^0.1.0"
"@google-cloud/tpu": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit c32f277

Please sign in to comment.