Skip to content

Commit 63e0319

Browse files
release-please[bot]Benjamin E. Coe
authored andcommitted
chore: release 1.0.3 (#147)
1 parent 663e395 commit 63e0319

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

handwritten/nodejs-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+
### [1.0.3](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.2...v1.0.3) (2019-11-13)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** add jsdoc-region-tag plugin ([#146](https://www.github.com/googleapis/nodejs-promisify/issues/146)) ([ff0ee74](https://www.github.com/googleapis/nodejs-promisify/commit/ff0ee7408f50e8f7147b8ccf7e10337aa5920076))
13+
714
### [1.0.2](https://www.github.com/googleapis/nodejs-promisify/compare/v1.0.1...v1.0.2) (2019-06-26)
815

916

handwritten/nodejs-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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A simple utility for promisifying functions and classes.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

handwritten/nodejs-promisify/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha"
1212
},
1313
"dependencies": {
14-
"@google-cloud/promisify": "^1.0.2"
14+
"@google-cloud/promisify": "^1.0.3"
1515
},
1616
"devDependencies": {
1717
"chai": "^4.2.0",

0 commit comments

Comments
 (0)