diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b0a18..495272e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [6.1.2](https://github.com/alanshaw/it-ws/compare/v6.1.1...v6.1.2) (2024-07-22) + + +### Bug Fixes + +* export web-socket ([#99](https://github.com/alanshaw/it-ws/issues/99)) ([9687a51](https://github.com/alanshaw/it-ws/commit/9687a514377724642818227912f264aa53578ee6)) +* it-goodbye expects the source to be an async generator ([#115](https://github.com/alanshaw/it-ws/issues/115)) ([d00509c](https://github.com/alanshaw/it-ws/commit/d00509c616415ae02fe4bf36a172688afbdf9fe7)) + ## [6.1.1](https://github.com/alanshaw/it-ws/compare/v6.1.0...v6.1.1) (2023-12-11) diff --git a/package.json b/package.json index 0151dd7..e32828f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-ws", - "version": "6.1.1", + "version": "6.1.2", "description": "Simple async iterables for websocket client connections", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",