Skip to content

Commit 8969d8e

Browse files
committed
2.0.0
1 parent b65e3fb commit 8969d8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,5 +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+
## 2.0.0
8+
9+
* Sync with Node.js master. ([@lukechilds](https://github.com/lukechilds) in [#44](https://github.com/browserify/commonjs-assert/pull/44))
10+
11+
**Note:** Support for IE9 and IE10 has been dropped. IE11 is still supported.
12+
713
## 1.5.0
814
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assert",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "The assert module from Node.js, for the browser.",
55
"main": "build/assert.js",
66
"files": [

0 commit comments

Comments
 (0)