Skip to content

Commit 4b1c0c7

Browse files
committed
0.12.3
1 parent 2fe437a commit 4b1c0c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3
8+
* 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))
9+
10+
This fixes crash in IE11 when a polyfilled `Symbol` is available in the environment.
11+
712
## 0.12.2
813
* 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))
914

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.2",
4+
"version": "0.12.3",
55
"author": {
66
"name": "Joyent",
77
"url": "http://www.joyent.com"

0 commit comments

Comments
 (0)