Skip to content

Commit

Permalink
chore: release 2.0.2 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 15, 2020
1 parent 6fb3ba2 commit f6f851a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

### [2.0.2](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.1...v2.0.2) (2020-07-06)


### Bug Fixes

* update node issue template ([#204](https://www.github.com/googleapis/nodejs-promisify/issues/204)) ([a2ba8d8](https://www.github.com/googleapis/nodejs-promisify/commit/a2ba8d8e45ef03d093d987292a467696745fc9fd))

### [2.0.1](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.0...v2.0.1) (2020-05-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/promisify",
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple utility for promisifying functions and classes.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -15,7 +15,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/promisify": "^2.0.1"
"@google-cloud/promisify": "^2.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit f6f851a

Please sign in to comment.