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

Commit

Permalink
chore: release 3.0.0 (#396)
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 14, 2021
1 parent 88da339 commit 3fd73ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

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


### ⚠ BREAKING CHANGES

* v3 introduces significant changes to API surface, see: https://cloud.google.com/resource-manager/reference/rest/v3/folders

### Features

* migrate to v3 API surface ([#387](https://www.github.com/googleapis/nodejs-resource-manager/issues/387)) ([88da339](https://www.github.com/googleapis/nodejs-resource-manager/commit/88da339803e7a8bb04f75124232ab0e09d4d971f))

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


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand All @@ -10,7 +10,7 @@
"repository": "googleapis/nodejs-resource-manager",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
"files": [
"build/src",
"build/protos"
],
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.1"
"@google-cloud/resource-manager": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 3fd73ba

Please sign in to comment.