File tree 3 files changed +17
-2
lines changed
packages/google-cloud-resourcemanager
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/resource?activeTab=versions
6
6
7
+ ## [ 1.2.0] ( https://www.github.com/googleapis/nodejs-resource/compare/v1.1.5...v1.2.0 ) (2020-05-20)
8
+
9
+
10
+ ### Features
11
+
12
+ * Expose getIamPolicy support for project ([ #302 ] ( https://www.github.com/googleapis/nodejs-resource/issues/302 ) ) ([ 85f136d] ( https://www.github.com/googleapis/nodejs-resource/commit/85f136dfe133e42976864082cfe444a3f0cea37c ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * apache license URL ([ #468 ] ( https://www.github.com/googleapis/nodejs-resource/issues/468 ) ) ([ #308 ] ( https://www.github.com/googleapis/nodejs-resource/issues/308 ) ) ([ 3fdebd3] ( https://www.github.com/googleapis/nodejs-resource/commit/3fdebd3b5f57d11dc77b8a6755d25d9be3da4794 ) )
18
+ * ** deps:** update dependency @google-cloud/common to v3 ([ #301 ] ( https://www.github.com/googleapis/nodejs-resource/issues/301 ) ) ([ 0ee3bf1] ( https://www.github.com/googleapis/nodejs-resource/commit/0ee3bf19810f38c4aa2a4e1b389022bc32bc70bc ) )
19
+ * ** deps:** update dependency @google-cloud/paginator to v3 ([ #299 ] ( https://www.github.com/googleapis/nodejs-resource/issues/299 ) ) ([ 3cffb9f] ( https://www.github.com/googleapis/nodejs-resource/commit/3cffb9ffbdeaabd77522f17af9b5f25eb11a9009 ) )
20
+ * ** deps:** update dependency @google-cloud/promisify to v2 ([ #298 ] ( https://www.github.com/googleapis/nodejs-resource/issues/298 ) ) ([ 1e8965f] ( https://www.github.com/googleapis/nodejs-resource/commit/1e8965f204195d7d0014691dad6eb7d2efb632b9 ) )
21
+
7
22
### [ 1.1.5] ( https://www.github.com/googleapis/nodejs-resource/compare/v1.1.4...v1.1.5 ) (2019-12-05)
8
23
9
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/resource" ,
3
3
"description" : " Cloud Resource Manager Client Library for Node.js" ,
4
- "version" : " 1.1.5 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 14
14
"test" : " mocha --timeout=600000"
15
15
},
16
16
"dependencies" : {
17
- "@google-cloud/resource" : " ^1.1.5 "
17
+ "@google-cloud/resource" : " ^1.2.0 "
18
18
},
19
19
"devDependencies" : {
20
20
"chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments