Skip to content

Commit

Permalink
chore(release): 6.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.2](v6.1.1...v6.1.2) (2024-07-22)

### Bug Fixes

* export web-socket ([#99](#99)) ([9687a51](9687a51))
* it-goodbye expects the source to be an async generator ([#115](#115)) ([d00509c](d00509c))
  • Loading branch information
semantic-release-bot committed Jul 22, 2024
1 parent d00509c commit 5386bfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 5386bfb

Please sign in to comment.