Skip to content

Commit

Permalink
chore: release 1.0.0 (#3)
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>
  • Loading branch information
release-please[bot] authored Jul 21, 2021
1 parent b31c7e4 commit 9256f3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/google-cloud-filestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2021-07-21)


### ⚠ BREAKING CHANGES

* initial generation of filestore API (#2)

### Features

* initial generation of filestore API ([#2](https://www.github.com/googleapis/nodejs-filestore/issues/2)) ([385821e](https://www.github.com/googleapis/nodejs-filestore/commit/385821e88e1036e780b4d7ca9c784e771afa024f))
* initial stub of library ([59904e4](https://www.github.com/googleapis/nodejs-filestore/commit/59904e4219e4c8d2b5bd4a474d604ccd91647322))
2 changes: 1 addition & 1 deletion packages/google-cloud-filestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/filestore",
"version": "0.1.0",
"version": "1.0.0",
"description": "file client for Node.js",
"repository": "googleapis/nodejs-filestore",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-filestore/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/filestore": "^0.1.0"
"@google-cloud/filestore": "^1.0.0"
},
"devDependencies": {
"c8": "^7.3.0",
Expand Down

0 comments on commit 9256f3a

Please sign in to comment.