Skip to content

Commit

Permalink
chore: release 2.0.4 (#153)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 1, 2019
1 parent 7634004 commit d77c70e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [2.0.4](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v2.0.3...v2.0.4) (2019-07-01)


### Bug Fixes

* added _options to topOptions parameters.context.google check ([#148](https://www.github.com/googleapis/nodejs-googleapis-common/issues/148)) ([da1e230](https://www.github.com/googleapis/nodejs-googleapis-common/commit/da1e230))
* **deps:** bump the min required version of all deps ([#152](https://www.github.com/googleapis/nodejs-googleapis-common/issues/152)) ([7634004](https://www.github.com/googleapis/nodejs-googleapis-common/commit/7634004))

### [2.0.3](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v2.0.2...v2.0.3) (2019-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googleapis-common",
"version": "2.0.3",
"version": "2.0.4",
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",
"repository": "googleapis/nodejs-googleapis-common",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"There are no sample tests 👻\""
},
"dependencies": {
"googleapis-common": "^2.0.3"
"googleapis-common": "^2.0.4"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down

0 comments on commit d77c70e

Please sign in to comment.