From 46e43f4bde4a35785b4997b81e86cd19f046b69b Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 21 Dec 2021 16:52:28 +0100 Subject: Commit --- src/node_modules/assert/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/node_modules/assert/CHANGELOG.md (limited to 'src/node_modules/assert/CHANGELOG.md') diff --git a/src/node_modules/assert/CHANGELOG.md b/src/node_modules/assert/CHANGELOG.md new file mode 100644 index 0000000..807626d --- /dev/null +++ b/src/node_modules/assert/CHANGELOG.md @@ -0,0 +1,14 @@ +# assert change log + +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)) -- cgit