Skip to content

Commit b7a14af

Browse files
goto-bus-stopljharb
authored andcommitted
v1.5.1
1 parent df91903 commit b7a14af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ 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+
## 1.5.1
8+
* [Deps] switch to `object.assign`, and unpin `util`
9+
710
## 1.5.0
811
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "assert",
33
"description": "The node.js assert module, re-packaged for web browsers.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"dependencies": {
66
"object.assign": "^4.1.4",
77
"util": "^0.10.4"

0 commit comments

Comments
 (0)