We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df91903 commit b7a14afCopy full SHA for b7a14af
CHANGELOG.md
@@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.5.1
8
+* [Deps] switch to `object.assign`, and unpin `util`
9
+
10
## 1.5.0
11
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "assert",
3
"description": "The node.js assert module, re-packaged for web browsers.",
- "version": "1.5.0",
+ "version": "1.5.1",
"dependencies": {
"object.assign": "^4.1.4",
"util": "^0.10.4"
0 commit comments