Skip to content

Commit 266ff00

Browse files
chore(main): release 2.0.0 (#67)
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5a55be9 commit 266ff00

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

packages/google-cloud-filestore/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/googleapis/nodejs-filestore/compare/v1.1.2...v2.0.0) (2022-05-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update library to use Node 12 (#66)
9+
10+
### Build System
11+
12+
* update library to use Node 12 ([#66](https://github.com/googleapis/nodejs-filestore/issues/66)) ([fed26fc](https://github.com/googleapis/nodejs-filestore/commit/fed26fc96372b8c15237a1500ae27ce88d4ec936))
13+
314
### [1.1.2](https://github.com/googleapis/nodejs-filestore/compare/v1.1.1...v1.1.2) (2022-02-03)
415

516

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

packages/google-cloud-filestore/samples/generated/v1/snippet_metadata.google.cloud.filestore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-filestore",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-filestore/samples/generated/v1beta1/snippet_metadata.google.cloud.filestore.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-filestore",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-filestore/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/filestore": "^1.1.2"
16+
"@google-cloud/filestore": "^2.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.3.0",

0 commit comments

Comments
 (0)