File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
13
## 1.5.0
8
14
* Add strict mode APIs. ([ @lukechilds ] ( https://github.com/lukechilds ) in [ #41 ] ( https://github.com/browserify/commonjs-assert/pull/41 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " assert" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " The assert module from Node.js, for the browser." ,
5
5
"main" : " build/assert.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments