Skip to content

Commit 7ecd773

Browse files
committed
Merge tag 'v1.5.1'
v1.5.1
2 parents fc65923 + b7a14af commit 7ecd773

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
File renamed without changes.

CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
## 2.1.0
88

9-
- [New] Implement `assert.match()` and `assert.doesNotMatch()`
10-
- [Refactor] switching to a maintained Object.assign package
11-
- [readme] Add description for usage with webpack and vite (#60)
12-
- [readme] Remove duplicate line under usage section (#48)
13-
- [Deps] update `is-nan`, `object-is`, `util`
14-
- [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/preset-env`, `airtap`, `core-js`, `cross-eng`, `object.entries`, `object.getownpropertydescriptors`, `tape`
9+
* [New] Implement `assert.match()` and `assert.doesNotMatch()`
10+
* [Refactor] switching to a maintained Object.assign package
11+
* [readme] Add description for usage with webpack and vite (#60)
12+
* [readme] Remove duplicate line under usage section (#48)
13+
* [Deps] update `is-nan`, `object-is`, `util`
14+
* [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/preset-env`, `airtap`, `core-js`, `cross-eng`, `object.entries`, `object.getownpropertydescriptors`, `tape`
1515

1616
## 2.0.0
1717

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

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

22+
## 1.5.1
23+
* [Deps] switch to `object.assign`, and unpin `util`
24+
2225
## 1.5.0
2326
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41))

0 commit comments

Comments
 (0)