Skip to content

Commit

Permalink
chore: release 1.0.0 (#7)
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 Jan 14, 2021
1 parent 5769b3a commit 5ad87a8
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-managedidentities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2021-01-12)


### ⚠ BREAKING CHANGES

* generate stub of library

### Features

* generate stub of library ([4bebad5](https://github.com/googleapis/nodejs-managed-identities/commit/4bebad598be8cf7280bfcd9a2e8a6142a6778e1a))
* initial stub of library ([#3](https://github.com/googleapis/nodejs-managed-identities/issues/3)) ([d2a37f6](https://github.com/googleapis/nodejs-managed-identities/commit/d2a37f6431257415122312a77fff24c7f8963b61))
2 changes: 1 addition & 1 deletion packages/google-cloud-managedidentities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/managed-identities",
"version": "0.1.0",
"version": "1.0.0",
"description": "Managedidentities client for Node.js",
"repository": "googleapis/nodejs-managed-identities",
"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/managed-identities": "^0.1.0"
"@google-cloud/managed-identities": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 5ad87a8

Please sign in to comment.