Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed May 12, 2019
1 parent b65e3fb commit 8969d8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0

* Sync with Node.js master. ([@lukechilds](https://github.com/lukechilds) in [#44](https://github.com/browserify/commonjs-assert/pull/44))

**Note:** Support for IE9 and IE10 has been dropped. IE11 is still supported.

## 1.5.0
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "assert",
"version": "1.5.0",
"version": "2.0.0",
"description": "The assert module from Node.js, for the browser.",
"main": "build/assert.js",
"files": [
Expand Down

0 comments on commit 8969d8e

Please sign in to comment.