Skip to content

Commit a0fc246

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.2 (#235)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 4121239 commit a0fc246

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-resourcemanager/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [1.1.2](https://www.github.com/googleapis/nodejs-resource/compare/v1.1.1...v1.1.2) (2019-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** link to reference docs section on googleapis.dev ([#234](https://www.github.com/googleapis/nodejs-resource/issues/234)) ([342c506](https://www.github.com/googleapis/nodejs-resource/commit/342c506))
13+
714
### [1.1.1](https://www.github.com/googleapis/nodejs-resource/compare/v1.1.0...v1.1.1) (2019-06-15)
815

916

packages/google-cloud-resourcemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/resource",
33
"description": "Cloud Resource Manager Client Library for Node.js",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-resourcemanager/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/resource": "^1.1.1"
17+
"@google-cloud/resource": "^1.1.2"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)