We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832546d commit 0915f59Copy full SHA for 0915f59
CHANGELOG.md
@@ -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
@@ -8,7 +8,7 @@
"keywords": [
"util"
],
- "version": "0.10.4",
+ "version": "0.11.0",
"homepage": "https://github.com/defunctzombie/node-util",
13
"repository": {
14
"type": "git",
0 commit comments