Skip to content

Commit 0915f59

Browse files
committed
0.11.0
1 parent 832546d commit 0915f59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# util change log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 0.11.0
8+
* Add `util.promisify`.
9+
* Add `util.callbackify`.
10+
11+
## 0.10.4
12+
* Update `inherits` dependency.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"keywords": [
99
"util"
1010
],
11-
"version": "0.10.4",
11+
"version": "0.11.0",
1212
"homepage": "https://github.com/defunctzombie/node-util",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)