diff --git a/CHANGELOG.md b/CHANGELOG.md index debd6e5..c96019f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.12.1 +* 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)) +* Allow newer versions of `inherits`. ([@snyamathi](https://github.com/snyamathi) in [#39](https://github.com/browserify/node-util/pull/39)) + ## 0.12.0 * Add `util.types`. ([@lukechilds](https://github.com/lukechilds) in [#32](https://github.com/browserify/node-util/pull/35)) diff --git a/package.json b/package.json index 095b3df..a29181e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "util", "description": "Node.js's util module for all engines", - "version": "0.12.0", + "version": "0.12.1", "author": { "name": "Joyent", "url": "http://www.joyent.com"