Skip to content

Commit

Permalink
Release v39.1.0 (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Mar 28, 2019
1 parent db5e0f2 commit f29dfd0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

[1]: https://www.npmjs.com/package/googleapis?activeTab=versions

## v39.1.0

03-28-2019 16:17 PDT

**This release has security fixes.**. Versions 36.0.0 => 39.0.0 have a potential [vulnerability](https://github.com/googleapis/google-api-nodejs-client/issues/1594) where the scope of auth objects may be shared across different clients. This was addressed in #1660, and is part of this minor release. All clients should be updated to the latest version.

### Bug Fixes
- fix: move context from namespace to class scope ([#1660](https://github.com/google/google-api-nodejs-client/pull/1660))

### New Features
- feat: run the generator ([#1659](https://github.com/google/google-api-nodejs-client/pull/1659))

### Internal / Testing Changes
- fix: README should not be generated ([#1657](https://github.com/google/google-api-nodejs-client/pull/1657))

## v39.0.0

03-26-2019 22:05 PDT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"repository": "googleapis/google-api-nodejs-client",
"name": "googleapis",
"version": "39.0.0",
"version": "39.1.0",
"scripts": {
"pretest": "npm run compile",
"prepare": "npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.3",
"googleapis": "^39.0.0",
"googleapis": "^39.1.0",
"nconf": "^0.10.0",
"opn": "^5.3.0",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit f29dfd0

Please sign in to comment.