Skip to content

Commit

Permalink
chore(release): 6.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.5](v6.0.4...v6.0.5) (2023-08-10)

### Dependencies

* add @types/ws to dependencies to ensure types for the version of ws are compatible ([#71](#71)) ([80092e8](80092e8))
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent 80092e8 commit 8b08565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.5](https://github.com/alanshaw/it-ws/compare/v6.0.4...v6.0.5) (2023-08-10)


### Dependencies

* add @types/ws to dependencies to ensure types for the version of ws are compatible ([#71](https://github.com/alanshaw/it-ws/issues/71)) ([80092e8](https://github.com/alanshaw/it-ws/commit/80092e805c3ba3e2edd67191be5c6f07446d9cfb))

## [6.0.4](https://github.com/alanshaw/it-ws/compare/v6.0.3...v6.0.4) (2023-08-10)


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

0 comments on commit 8b08565

Please sign in to comment.