Skip to content

Commit

Permalink
chore: release 0.3.3 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Apr 30, 2019
1 parent 8f4c8b5 commit 531daed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion packages/google-cloud-oslogin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [0.3.3](https://www.github.com/googleapis/nodejs-os-login/compare/v0.3.2...v0.3.3) (2019-04-30)


### Bug Fixes

* 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))

## v0.3.2

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

2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/os-login",
"description": "Google Cloud OS Login API client for Node.js",
"version": "0.3.2",
"version": "0.3.3",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/os-login": "^0.3.2"
"@google-cloud/os-login": "^0.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 531daed

Please sign in to comment.