From c528a40b97fbbff47c534331d8fb49720917d421 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Aug 2023 09:12:59 +0000 Subject: [PATCH] chore(release): 6.0.4 [skip ci] ## [6.0.4](https://github.com/alanshaw/it-ws/compare/v6.0.3...v6.0.4) (2023-08-10) ### Dependencies * **dev:** bump delay from 5.0.0 to 6.0.0 ([#69](https://github.com/alanshaw/it-ws/issues/69)) ([a5b1437](https://github.com/alanshaw/it-ws/commit/a5b14377053c2ba14a1c3611c989e9191920afda)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090558d..df922cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.4](https://github.com/alanshaw/it-ws/compare/v6.0.3...v6.0.4) (2023-08-10) + + +### Dependencies + +* **dev:** bump delay from 5.0.0 to 6.0.0 ([#69](https://github.com/alanshaw/it-ws/issues/69)) ([a5b1437](https://github.com/alanshaw/it-ws/commit/a5b14377053c2ba14a1c3611c989e9191920afda)) + ## [6.0.3](https://github.com/alanshaw/it-ws/compare/v6.0.2...v6.0.3) (2023-08-10) diff --git a/package.json b/package.json index 2244418..383bcac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-ws", - "version": "6.0.3", + "version": "6.0.4", "description": "Simple async iterables for websocket client connections", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",