Skip to content

Commit 35b9249

Browse files
committed
v3.0.0
1 parent a828e60 commit 35b9249

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.0.0
2+
3+
#### Breaking Changes
4+
5+
no longer works without SOME CommonJS compatibility (e.g. node, browserify)
6+
7+
*See: [`58884fe`](https://github.com/groupon/assertive/commit/58884feb9912ad40b32adac84923b85ceb6c7716)*
8+
9+
#### Commits
10+
11+
* no longer depend/break on global `_` - **[@dbushong](https://github.com/dbushong)** [#43](https://github.com/groupon/assertive/pull/43)
12+
- [`58884fe`](https://github.com/groupon/assertive/commit/58884feb9912ad40b32adac84923b85ceb6c7716) **feat:** no longer depend/break on global `_`
13+
14+
115
### 2.4.1
216

317
* Apply latest generator - **[@markowsiak](https://github.com/markowsiak)** [#41](https://github.com/groupon/assertive/pull/41)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertive",
3-
"version": "2.4.1",
3+
"version": "3.0.0",
44
"description": "Assertive is a terse yet expressive assertion library",
55
"license": "BSD-3-Clause",
66
"main": "lib/assertive.js",

0 commit comments

Comments
 (0)