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 7904e2d commit a8ce6ba
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-vpc-access/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 ([20fe448](https://www.github.com/googleapis/nodejs-vpc-access/commit/20fe4485ae02801c8ffa18fb74fc55a96b113d23))
* initial templates ([02887f8](https://www.github.com/googleapis/nodejs-vpc-access/commit/02887f88677be9894da15a24a4537b748472eea8))
* write initial tests and samples ([#2](https://www.github.com/googleapis/nodejs-vpc-access/issues/2)) ([089d8be](https://www.github.com/googleapis/nodejs-vpc-access/commit/089d8bedec5676a0a1cdd60052b87125494dba6d))
2 changes: 1 addition & 1 deletion packages/google-cloud-vpc-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/vpc-access",
"version": "0.1.0",
"version": "1.0.0",
"description": "vpcaccess client for Node.js",
"repository": "googleapis/nodejs-vpc-access",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vpc-access/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/vpc-access": "^0.1.0"
"@google-cloud/vpc-access": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit a8ce6ba

Please sign in to comment.