diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c8af1..44e020a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### 5.0.0 + +#### Breaking Changes + +`hasType(Function, ...)` no longer throws on async and generator functions + +*See: [`980208c`](https://github.com/groupon/assertive/commit/980208c158992da978353b7de7c088da4a1156a1)* + +#### Commits + +* feat: add new types to hasType - **[@aaarichter](https://github.com/aaarichter)** [#51](https://github.com/groupon/assertive/pull/51) + - [`980208c`](https://github.com/groupon/assertive/commit/980208c158992da978353b7de7c088da4a1156a1) **feat:** add new types to hasType + + ### 4.0.0 #### Breaking Changes diff --git a/package-lock.json b/package-lock.json index 4eb27f5..8dfaa93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "assertive", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a0a6e2..304ab37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assertive", - "version": "4.0.0", + "version": "5.0.0", "description": "Assertive is a terse yet expressive assertion library", "license": "BSD-3-Clause", "main": "lib/assertive.js",