Skip to content

Commit 3c89541

Browse files
committed
0.12.1
1 parent 276db51 commit 3c89541

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.12.1
8+
* Update `util.debuglog` compatibility to Node 10.4.0. ([@goto-bus-stop](https://github.com/goto-bus-stop) in [#27](https://github.com/browserify/node-util/pull/27))
9+
* Allow newer versions of `inherits`. ([@snyamathi](https://github.com/snyamathi) in [#39](https://github.com/browserify/node-util/pull/39))
10+
711
## 0.12.0
812
* Add `util.types`. ([@lukechilds](https://github.com/lukechilds) in [#32](https://github.com/browserify/node-util/pull/35))
913

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "util",
33
"description": "Node.js's util module for all engines",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"author": {
66
"name": "Joyent",
77
"url": "http://www.joyent.com"

0 commit comments

Comments
 (0)