Browse Source

0.11.0

master v0.11.0
Renée Kooi 6 years ago
parent
commit
0915f593c4
No known key found for this signature in database GPG Key ID: 8CDD5F0BC448F040
  1. 12
      CHANGELOG.md
  2. 2
      package.json

12
CHANGELOG.md

@ -0,0 +1,12 @@
# util change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.11.0
* Add `util.promisify`.
* Add `util.callbackify`.
## 0.10.4
* Update `inherits` dependency.

2
package.json

@ -8,7 +8,7 @@
"keywords": [
"util"
],
"version": "0.10.4",
"version": "0.11.0",
"homepage": "https://github.com/defunctzombie/node-util",
"repository": {
"type": "git",

Loading…
Cancel
Save