Skip to content

Commit 1bb52dc

Browse files
authored
Release v0.1.1 (#67)
1 parent 714aea2 commit 1bb52dc

3 files changed

Lines changed: 45 additions & 2 deletions

File tree

packages/google-cloud-asset/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,49 @@
44

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

7+
## v0.1.1
8+
9+
12-04-2018 14:41 PST
10+
11+
### Dependencies
12+
- fix(deps): update dependency google-gax to ^0.22.0 ([#49](https://github.com/googleapis/nodejs-asset/pull/49))
13+
- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#47](https://github.com/googleapis/nodejs-asset/pull/47))
14+
- chore(deps): update dependency through2 to v3 ([#44](https://github.com/googleapis/nodejs-asset/pull/44))
15+
- chore(deps): update dependency eslint-plugin-node to v8 ([#36](https://github.com/googleapis/nodejs-asset/pull/36))
16+
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#21](https://github.com/googleapis/nodejs-asset/pull/21))
17+
18+
### Documentation
19+
- sample: Add quickstart sample code for BatchGetAsstesHistory. ([#59](https://github.com/googleapis/nodejs-asset/pull/59))
20+
- refactor(samples): convert sample tests from ava to mocha ([#56](https://github.com/googleapis/nodejs-asset/pull/56))
21+
- docs: update README.md with correct links ([#66](https://github.com/googleapis/nodejs-asset/pull/66))
22+
- docs: update readme badges ([#63](https://github.com/googleapis/nodejs-asset/pull/63))
23+
- docs: Fix 404 link to product reference docs. ([#62](https://github.com/googleapis/nodejs-asset/pull/62))
24+
- docs(samples): add quickstart code for ExportAssets ([#50](https://github.com/googleapis/nodejs-asset/pull/50))
25+
26+
### Internal / Testing Changes
27+
- chore: update license file ([#65](https://github.com/googleapis/nodejs-asset/pull/65))
28+
- fix(build): fix system key decryption ([#60](https://github.com/googleapis/nodejs-asset/pull/60))
29+
- fix: fix the lint rules ([#58](https://github.com/googleapis/nodejs-asset/pull/58))
30+
- chore: do a little lint cleanup ([#53](https://github.com/googleapis/nodejs-asset/pull/53))
31+
- chore: add synth.metadata
32+
- chore: update eslintignore config ([#48](https://github.com/googleapis/nodejs-asset/pull/48))
33+
- chore: drop contributors from multiple places ([#46](https://github.com/googleapis/nodejs-asset/pull/46))
34+
- chore: use latest npm on Windows ([#45](https://github.com/googleapis/nodejs-asset/pull/45))
35+
- chore: update CircleCI config ([#43](https://github.com/googleapis/nodejs-asset/pull/43))
36+
- chore: include build in eslintignore ([#40](https://github.com/googleapis/nodejs-asset/pull/40))
37+
- chore: update issue templates ([#35](https://github.com/googleapis/nodejs-asset/pull/35))
38+
- chore: remove old issue template ([#33](https://github.com/googleapis/nodejs-asset/pull/33))
39+
- build: run tests on node11 ([#32](https://github.com/googleapis/nodejs-asset/pull/32))
40+
- chores(build): run codecov on continuous builds ([#29](https://github.com/googleapis/nodejs-asset/pull/29))
41+
- chores(build): do not collect sponge.xml from windows builds ([#30](https://github.com/googleapis/nodejs-asset/pull/30))
42+
- chore: update new issue template ([#28](https://github.com/googleapis/nodejs-asset/pull/28))
43+
- build: fix codecov uploading on Kokoro ([#24](https://github.com/googleapis/nodejs-asset/pull/24))
44+
- Update CI config ([#22](https://github.com/googleapis/nodejs-asset/pull/22))
45+
- Update CI config and move to const ([#19](https://github.com/googleapis/nodejs-asset/pull/19))
46+
- test: remove appveyor config ([#17](https://github.com/googleapis/nodejs-asset/pull/17))
47+
- Fix the linter ([#16](https://github.com/googleapis/nodejs-asset/pull/16))
48+
- Enable prefer-const in the eslint config ([#15](https://github.com/googleapis/nodejs-asset/pull/15))
49+
750
## v0.1.0
851

952
Initial release of the Cloud Asset API.

packages/google-cloud-asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/asset",
33
"description": "Cloud Asset API client for Node.js",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "mocha system-test --timeout 20000"
2222
},
2323
"dependencies": {
24-
"@google-cloud/asset": "^0.1.0",
24+
"@google-cloud/asset": "^0.1.1",
2525
"@google-cloud/storage": "^2.3.0",
2626
"express": "^4.16.4",
2727
"uuid": "^3.3.2",

0 commit comments

Comments
 (0)