Skip to content

Commit 7226c6d

Browse files
authored
Release v0.3.2 (#159)
1 parent 21469be commit 7226c6d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

packages/google-cloud-oslogin/CHANGELOG.md

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

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

7+
## v0.3.2
8+
9+
03-18-2019 13:47 PDT
10+
11+
### Implementation Changes
12+
- refactor: update json import paths ([#156](https://github.com/googleapis/nodejs-os-login/pull/156))
13+
- fix: throw on invalid credentials
14+
15+
### Dependencies
16+
- chore(deps): update dependency mocha to v6
17+
18+
### Documentation
19+
- docs: update comments on protos ([#151](https://github.com/googleapis/nodejs-os-login/pull/151))
20+
- build: use linkinator for docs test ([#148](https://github.com/googleapis/nodejs-os-login/pull/148))
21+
- docs: update links in contrib guide ([#149](https://github.com/googleapis/nodejs-os-login/pull/149))
22+
- build: create docs test npm scripts ([#146](https://github.com/googleapis/nodejs-os-login/pull/146))
23+
- docs: update contributing path in README ([#144](https://github.com/googleapis/nodejs-os-login/pull/144))
24+
- chore: move CONTRIBUTING.md to root ([#143](https://github.com/googleapis/nodejs-os-login/pull/143))
25+
- docs: add lint/fix example to contributing guide ([#141](https://github.com/googleapis/nodejs-os-login/pull/141))
26+
27+
### Internal / Testing Changes
28+
- chore: use per-repo npm publish ([#158](https://github.com/googleapis/nodejs-os-login/pull/158))
29+
- build: use per-repo publish token ([#157](https://github.com/googleapis/nodejs-os-login/pull/157))
30+
- build: Add docuploader credentials to node publish jobs ([#154](https://github.com/googleapis/nodejs-os-login/pull/154))
31+
- build: use node10 to run samples-test, system-test etc ([#153](https://github.com/googleapis/nodejs-os-login/pull/153))
32+
- build: update release configuration
33+
- build: test using @grpc/grpc-js in CI ([#145](https://github.com/googleapis/nodejs-os-login/pull/145))
34+
735
## v0.3.1
836

937
01-31-2019 23:16 PST

packages/google-cloud-oslogin/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/os-login",
33
"description": "Google Cloud OS Login API client for Node.js",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "node -e 'console.log(`no tests`)'"
1818
},
1919
"dependencies": {
20-
"@google-cloud/os-login": "^0.3.1"
20+
"@google-cloud/os-login": "^0.3.2"
2121
},
2222
"devDependencies": {
2323
"@google-cloud/nodejs-repo-tools": "^3.0.0"

0 commit comments

Comments
 (0)