Browse Source

0.11.1

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

3
CHANGELOG.md

@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.11.1
* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/defunctzombie/node-util/pull/12))
## 0.11.0
* Add `util.promisify`.
* Add `util.callbackify`.

2
package.json

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

Loading…
Cancel
Save