Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: release 2.0.1 (#394)
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 Sep 9, 2021
1 parent 3e9c0a9 commit 9ec5937
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/resource-manager?activeTab=versions

### [2.0.1](https://www.github.com/googleapis/nodejs-resource-manager/compare/v2.0.0...v2.0.1) (2021-09-09)


### Bug Fixes

* **build:** switch primary branch to main ([#393](https://www.github.com/googleapis/nodejs-resource-manager/issues/393)) ([3e9c0a9](https://www.github.com/googleapis/nodejs-resource-manager/commit/3e9c0a94c065faacbc584353f10250a211d624ab))

## [2.0.0](https://www.github.com/googleapis/nodejs-resource-manager/compare/v1.3.0...v2.0.0) (2021-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/resource-manager",
"description": "Cloud Resource Manager Client Library for Node.js",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=600000"
},
"dependencies": {
"@google-cloud/resource-manager": "^2.0.0"
"@google-cloud/resource-manager": "^2.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 9ec5937

Please sign in to comment.