Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 1, 2018
1 parent c913d93 commit cfbf5d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"keywords": [
"util"
],
"version": "0.11.0",
"version": "0.11.1",
"homepage": "https://github.com/defunctzombie/node-util",
"repository": {
"type": "git",
Expand Down

0 comments on commit cfbf5d0

Please sign in to comment.