Skip to content

Commit d185abe

Browse files
chore: release 2.0.1 (#192)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ada8ccd commit d185abe

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

handwritten/promisify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [2.0.1](https://www.github.com/googleapis/nodejs-promisify/compare/v2.0.0...v2.0.1) (2020-05-08)
8+
9+
10+
### Bug Fixes
11+
12+
* apache license URL ([#468](https://www.github.com/googleapis/nodejs-promisify/issues/468)) ([#191](https://www.github.com/googleapis/nodejs-promisify/issues/191)) ([0edc724](https://www.github.com/googleapis/nodejs-promisify/commit/0edc7246c53d25d9dd220b813561bcee97250783))
13+
714
## [2.0.0](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.4...v2.0.0) (2020-03-23)
815

916

handwritten/promisify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/promisify",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A simple utility for promisifying functions and classes.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)