diff --git a/CHANGELOG.md b/CHANGELOG.md index 643785a..e35dbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.12.3 +* Use robust `which-typed-array`, `is-typed-array` modules for the `util.types.isTypedArray` family of functions. ([@wbinnssmith](https://github.com/wbinnssmith) in [#47](https://github.com/browserify/node-util/pull/47)) + + This fixes crash in IE11 when a polyfilled `Symbol` is available in the environment. + ## 0.12.2 * Move `object.entries` dependency to a dev-only dependency. ([@goto-bus-stop](https://github.com/goto-bus-stop) in [622f036](https://github.com/browserify/node-util/commit/622f0361540997e7e7b8abcff9865b47b2fa658c)) diff --git a/package.json b/package.json index cc5f2b4..bb0682a 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.2", + "version": "0.12.3", "author": { "name": "Joyent", "url": "http://www.joyent.com"