diff --git a/CHANGELOG.md b/CHANGELOG.md index 822c02d..88ee9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.6](https://github.com/alanshaw/it-goodbye/compare/v4.0.5...v4.0.6) (2023-12-28) + + +### Dependencies + +* **dev:** bump muxrpc from 6.7.3 to 8.0.0 ([#79](https://github.com/alanshaw/it-goodbye/issues/79)) ([553df3c](https://github.com/alanshaw/it-goodbye/commit/553df3c1699ae90b25b2c17efef4c02a9fd39136)) + ## [4.0.5](https://github.com/alanshaw/it-goodbye/compare/v4.0.4...v4.0.5) (2023-12-28) diff --git a/package.json b/package.json index 8d657e5..b2bd145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-goodbye", - "version": "4.0.5", + "version": "4.0.6", "description": "Add a goodbye handshake to a duplex async iterable", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",