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>
  • Loading branch information
release-please[bot] authored Feb 16, 2021
1 parent 574154e commit 8d7451a
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-networkconnectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2021-02-16)


### ⚠ BREAKING CHANGES

* initial stub of library

### Features

* add initial samples and tests ([#2](https://www.github.com/googleapis/nodejs-network-connectivity/issues/2)) ([c94271a](https://www.github.com/googleapis/nodejs-network-connectivity/commit/c94271a424a855cb085aeb2874f7e8bf2edc84a1))
* initial stub of library ([c1d7ea0](https://www.github.com/googleapis/nodejs-network-connectivity/commit/c1d7ea0d5ae0b2f816c340d46b508a6eb33e7d83))
2 changes: 1 addition & 1 deletion packages/google-cloud-networkconnectivity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/network-connectivity",
"version": "0.1.0",
"version": "1.0.0",
"description": "Networkconnectivity client for Node.js",
"repository": "googleapis/nodejs-network-connectivity",
"license": "Apache-2.0",
Expand Down
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/network-connectivity": "^0.1.0"
"@google-cloud/network-connectivity": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 8d7451a

Please sign in to comment.