diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b6c4a..2043aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/boneskull/unexpected-eventemitter/compare/v1.1.3...v2.0.0) (2023-02-07) + + +### ⚠ BREAKING CHANGES + +* IE11 no longer supported +* **ci:** +* Updating deps, dropping support for Node.js v6 + +### Features + +* add "to emit with error" assertion ([2faaa59](https://github.com/boneskull/unexpected-eventemitter/commit/2faaa599bb9638ad511146f968c4e9a354a993f0)) +* add Promise support ([1553dd6](https://github.com/boneskull/unexpected-eventemitter/commit/1553dd6d8f6d3da98d45206c8d5064688b90b949)) + + +### Bug Fixes + +* **dependencies:** upgrade dependencies for npm audit ([cea2522](https://github.com/boneskull/unexpected-eventemitter/commit/cea2522c6b6e4a2570cff00023fcbd7bee615b6c)) +* **deps:** upgrade esbuild-plugin-version-injector ([acecb17](https://github.com/boneskull/unexpected-eventemitter/commit/acecb17a2a3eba1b9fbef104bc57658a0f6cd5fb)) +* **deps:** upgrade minimatch ([2171cc2](https://github.com/boneskull/unexpected-eventemitter/commit/2171cc2e70531a1f3c1aefe069441d80e3c5a131)) +* drop support for Node.js v6 ([0d91dad](https://github.com/boneskull/unexpected-eventemitter/commit/0d91dad48b808a9138deea0fddd47d76adf778ae)) + + +### Miscellaneous Chores + +* **ci:** add release-please; increase minimum node.js version ([4b6a440](https://github.com/boneskull/unexpected-eventemitter/commit/4b6a44010ef999d2c70d6c18590e776ddb04ae8c)) +* ditch browserify for esbuild ([8df0695](https://github.com/boneskull/unexpected-eventemitter/commit/8df06953d9c19f146b4ab3b2372324bc9aea17cc)) + ## [2.4.0](https://github.com/boneskull/unexpected-eventemitter/compare/v2.3.0...v2.4.0) (2022-07-23) ### Features diff --git a/package-lock.json b/package-lock.json index 952d73f..b638fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unexpected-eventemitter", - "version": "2.4.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unexpected-eventemitter", - "version": "2.4.0", + "version": "2.0.0", "license": "Apache-2.0", "devDependencies": { "esbuild": "0.16.17", diff --git a/package.json b/package.json index 78580f7..6678f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unexpected-eventemitter", - "version": "2.4.0", + "version": "2.0.0", "description": "EventEmitter assertions for Unexpected", "homepage": "https://github.com/boneskull/unexpected-eventemitter", "author": {