Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#85)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
release-please[bot] authored Jun 7, 2022
1 parent 7dbd2a4 commit 69e26b6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-vpc-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/googleapis/nodejs-vpc-access/compare/v1.1.2...v2.0.0) (2022-05-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#83)

### Build System

* update library to use Node 12 ([#83](https://github.com/googleapis/nodejs-vpc-access/issues/83)) ([4a4427b](https://github.com/googleapis/nodejs-vpc-access/commit/4a4427bc0f2f4d69a589bd951d1cc286666e4cab))

### [1.1.2](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.1...v1.1.2) (2021-09-09)


Expand Down
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": "1.1.2",
"version": "2.0.0",
"description": "vpcaccess client for Node.js",
"repository": "googleapis/nodejs-vpc-access",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-vpcaccess",
"version": "1.1.2",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
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": "^1.1.2"
"@google-cloud/vpc-access": "^2.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 69e26b6

Please sign in to comment.