Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 14, 2022
1 parent c0ccb07 commit ab398bf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) (2022-12-14)


### ⚠ 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ab398bf

Please sign in to comment.