Skip to content

Commit cfbf5d0

Browse files
committed
0.11.1
1 parent c913d93 commit cfbf5d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.11.1
8+
* 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))
9+
710
## 0.11.0
811
* Add `util.promisify`.
912
* Add `util.callbackify`.

Diff for: package.json

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

0 commit comments

Comments
 (0)