Skip to content

Commit

Permalink
release: 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.5.0...v6.0.0) (2023-03-06)

### Bug Fixes

* remove max event listener warning ([faa6a7e](faa6a7e))

### chore

* update dependencies ([0f8ad66](0f8ad66))

### Features

* drop support for node < LTS ([3903fb0](3903fb0))

### BREAKING CHANGES

* CHANGE
node 12.x, 13.x, 14.x, 15.x are no longer supported
Only version >= to latest LTS are now supported
* CHANGE
Drop support for node 10.x and 11.x

If you are not using node 10 or 11 you can upgrade
from 5.x to 6.x eyes closed 😘
  • Loading branch information
ybonnefond committed Mar 6, 2023
1 parent 3903fb0 commit 95b4a33
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [6.0.0](https://github.com/ybonnefond/stubborn/compare/v5.5.0...v6.0.0) (2023-03-06)


### Bug Fixes

* remove max event listener warning ([faa6a7e](https://github.com/ybonnefond/stubborn/commit/faa6a7ed9dc45b87d4aed888e24c78fa62828fae))


### chore

* update dependencies ([0f8ad66](https://github.com/ybonnefond/stubborn/commit/0f8ad66f03991a96415fcbb100f4a3cca5263112))


### Features

* drop support for node < LTS ([3903fb0](https://github.com/ybonnefond/stubborn/commit/3903fb066aa73a22684a5c12fa93a00fb496166f))


### BREAKING CHANGES

* CHANGE
node 12.x, 13.x, 14.x, 15.x are no longer supported
Only version >= to latest LTS are now supported
* CHANGE
Drop support for node 10.x and 11.x

If you are not using node 10 or 11 you can upgrade
from 5.x to 6.x eyes closed 😘

# [5.5.0](https://github.com/ybonnefond/stubborn/compare/v5.4.0...v5.5.0) (2021-10-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stubborn-ws",
"version": "5.5.0",
"version": "6.0.0",
"description": "Web server to mock external HTTP APIs in tests",
"homepage": "https://github.com/ybonnefond/stubborn#stubborn",
"repository": {
Expand Down

0 comments on commit 95b4a33

Please sign in to comment.