Skip to content

Commit fc65923

Browse files
committed
v2.1.0
1 parent d99f50d commit fc65923

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## 2.1.0
8+
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`
15+
716
## 2.0.0
817

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assert",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "The assert module from Node.js, for the browser.",
55
"main": "build/assert.js",
66
"files": [

0 commit comments

Comments
 (0)