Skip to content

Commit 4f569c1

Browse files
JustinBeckwithjkwlui
authored andcommitted
Release v0.9.1 (#187)
1 parent 6ce2799 commit 4f569c1

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

packages/google-cloud-resourcemanager/CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@
44

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

7+
## v0.9.1
8+
9+
03-12-2019 12:22 PDT
10+
11+
Greetings folks! This is a patch release that just bumps a few dependencies. Enjoy!
12+
13+
### Dependencies
14+
- fix(deps): update dependency @google-cloud/paginator to ^0.2.0
15+
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#179](https://github.com/googleapis/nodejs-resource/pull/179))
16+
- fix(deps): update dependency @google-cloud/common to ^0.31.0 ([#171](https://github.com/googleapis/nodejs-resource/pull/171))
17+
18+
### Documentation
19+
- docs: update links in contrib guide ([#180](https://github.com/googleapis/nodejs-resource/pull/180))
20+
- docs: update contributing path in README ([#174](https://github.com/googleapis/nodejs-resource/pull/174))
21+
- docs: move CONTRIBUTING.md to root ([#173](https://github.com/googleapis/nodejs-resource/pull/173))
22+
- docs: add lint/fix example to contributing guide ([#170](https://github.com/googleapis/nodejs-resource/pull/170))
23+
24+
### Internal / Testing Changes
25+
- build: Add docuploader credentials to node publish jobs ([#184](https://github.com/googleapis/nodejs-resource/pull/184))
26+
- build: use node10 to run samples-test, system-test etc ([#183](https://github.com/googleapis/nodejs-resource/pull/183))
27+
- build: update release configuration
28+
- chore(deps): update dependency mocha to v6
29+
- build: use linkinator for docs test ([#178](https://github.com/googleapis/nodejs-resource/pull/178))
30+
- fix(deps): update dependency yargs to v13 ([#177](https://github.com/googleapis/nodejs-resource/pull/177))
31+
- build: create docs test npm scripts ([#176](https://github.com/googleapis/nodejs-resource/pull/176))
32+
- build: test using @grpc/grpc-js in CI ([#175](https://github.com/googleapis/nodejs-resource/pull/175))
33+
- chore(deps): update dependency eslint-config-prettier to v4 ([#168](https://github.com/googleapis/nodejs-resource/pull/168))
34+
- build: ignore googleapis.com in doc link check ([#166](https://github.com/googleapis/nodejs-resource/pull/166))
35+
- build: check broken links in generated docs ([#164](https://github.com/googleapis/nodejs-resource/pull/164))
36+
- refactor: modernize the sample tests ([#162](https://github.com/googleapis/nodejs-resource/pull/162))
37+
- chore(build): inject yoshi automation key ([#160](https://github.com/googleapis/nodejs-resource/pull/160))
38+
- chore: update nyc and eslint configs ([#159](https://github.com/googleapis/nodejs-resource/pull/159))
39+
- chore: fix publish.sh permission +x ([#157](https://github.com/googleapis/nodejs-resource/pull/157))
40+
- fix(build): fix Kokoro release script ([#156](https://github.com/googleapis/nodejs-resource/pull/156))
41+
- build: add Kokoro configs for autorelease ([#155](https://github.com/googleapis/nodejs-resource/pull/155))
42+
743
## v0.9.0
844

945
12-06-2018 15:54 PST

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": "0.9.0",
4+
"version": "0.9.1",
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 system-test --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/resource": "^0.9.0",
17+
"@google-cloud/resource": "^0.9.1",
1818
"yargs": "^13.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)