Skip to content

Commit 531daed

Browse files
authored
chore: release 0.3.3 (#181)
1 parent 8f4c8b5 commit 531daed

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/google-cloud-oslogin/CHANGELOG.md

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

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

7+
### [0.3.3](https://www.github.com/googleapis/nodejs-os-login/compare/v0.3.2...v0.3.3) (2019-04-30)
8+
9+
10+
### Bug Fixes
11+
12+
* include 'x-goog-request-params' header in requests ([#167](https://www.github.com/googleapis/nodejs-os-login/issues/167)) ([074051d](https://www.github.com/googleapis/nodejs-os-login/commit/074051d))
13+
714
## v0.3.2
815

916
03-18-2019 13:47 PDT
@@ -138,4 +145,3 @@
138145
- chore: test on node10 ([#22](https://github.com/googleapis/nodejs-os-login/pull/22))
139146
- chore: lock files maintenance ([#20](https://github.com/googleapis/nodejs-os-login/pull/20))
140147
- chore: workaround for repo-tools EPERM ([#19](https://github.com/googleapis/nodejs-os-login/pull/19))
141-

packages/google-cloud-oslogin/package.json

+1-1
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.2",
4+
"version": "0.3.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"@google-cloud/os-login": "^0.3.2"
17+
"@google-cloud/os-login": "^0.3.3"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)