Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.0...v5.0.0) (2022-01-29)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#6](#6)) ([02110ae](02110ae))
  • Loading branch information
semantic-release-bot committed Jan 29, 2022
1 parent 02110ae commit 5592323
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [5.0.0](https://github.com/alanshaw/it-ws/compare/v4.0.0...v5.0.0) (2022-01-29)


### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#6](https://github.com/alanshaw/it-ws/issues/6)) ([02110ae](https://github.com/alanshaw/it-ws/commit/02110aea661b83cde311eb2ce28c8a3da5c0e2a0))
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": "4.0.0",
"version": "5.0.0",
"description": "Simple async iterables for websocket client connections",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 5592323

Please sign in to comment.