Skip to content

Commit

Permalink
Release v37.1.0 (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and callmehiphop committed Jan 29, 2019
1 parent a45efad commit ef3da37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

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

## v37.1.0

01-29-2019 13:33 PST

This release includes a new API for working with Google Docs. Enjoy!

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

## v37.0.0

01-28-2019 10:29 PST
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
],
"repository": "googleapis/google-api-nodejs-client",
"name": "googleapis",
"version": "37.0.0",
"version": "37.1.0",
"scripts": {
"pretest": "npm run compile",
"prepare": "npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.3",
"googleapis": "^37.0.0",
"googleapis": "^37.1.0",
"nconf": "^0.10.0",
"opn": "^5.3.0",
"server-destroy": "^1.0.1",
Expand Down

0 comments on commit ef3da37

Please sign in to comment.