Skip to content

Commit

Permalink
chore(release): 6.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.5](v6.1.4...v6.1.5) (2024-07-30)

### Bug Fixes

* allow addr to be `null` ([#119](#119)) ([9881c23](9881c23))
  • Loading branch information
semantic-release-bot committed Jul 30, 2024
1 parent 9881c23 commit e5ebb71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [6.1.5](https://github.com/alanshaw/it-ws/compare/v6.1.4...v6.1.5) (2024-07-30)

### Bug Fixes

* allow addr to be `null` ([#119](https://github.com/alanshaw/it-ws/issues/119)) ([9881c23](https://github.com/alanshaw/it-ws/commit/9881c231fa8c7ae428fc732064e890b14cf8375f))

## [6.1.4](https://github.com/alanshaw/it-ws/compare/v6.1.3...v6.1.4) (2024-07-29)

### Bug Fixes
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.4",
"version": "6.1.5",
"description": "Simple async iterables for websocket client connections",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit e5ebb71

Please sign in to comment.