From ab47f28ed2f6d8101a6c2d880ee32a5d527416a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Dec 2023 12:18:14 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] ## [6.1.0](https://github.com/alanshaw/it-ws/compare/v6.0.5...v6.1.0) (2023-12-10) ### Features * support react-native ([#97](https://github.com/alanshaw/it-ws/issues/97)) ([440af16](https://github.com/alanshaw/it-ws/commit/440af169944d9c703757d548522c25cc4c9502ac)) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#77](https://github.com/alanshaw/it-ws/issues/77)) ([96f4c7b](https://github.com/alanshaw/it-ws/commit/96f4c7b032123a23a94a54da8b74251c1db3b3ee)) * delete templates [skip ci] ([#76](https://github.com/alanshaw/it-ws/issues/76)) ([e8b6c1f](https://github.com/alanshaw/it-ws/commit/e8b6c1f4dc9cfb86afe007bd4c0ae3a1b40393e5)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e18f1..5658e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [6.1.0](https://github.com/alanshaw/it-ws/compare/v6.0.5...v6.1.0) (2023-12-10) + + +### Features + +* support react-native ([#97](https://github.com/alanshaw/it-ws/issues/97)) ([440af16](https://github.com/alanshaw/it-ws/commit/440af169944d9c703757d548522c25cc4c9502ac)) + + +### Trivial Changes + +* add or force update .github/workflows/js-test-and-release.yml ([#77](https://github.com/alanshaw/it-ws/issues/77)) ([96f4c7b](https://github.com/alanshaw/it-ws/commit/96f4c7b032123a23a94a54da8b74251c1db3b3ee)) +* delete templates [skip ci] ([#76](https://github.com/alanshaw/it-ws/issues/76)) ([e8b6c1f](https://github.com/alanshaw/it-ws/commit/e8b6c1f4dc9cfb86afe007bd4c0ae3a1b40393e5)) + ## [6.0.5](https://github.com/alanshaw/it-ws/compare/v6.0.4...v6.0.5) (2023-08-10) diff --git a/package.json b/package.json index 48e2737..caf127a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-ws", - "version": "6.0.5", + "version": "6.1.0", "description": "Simple async iterables for websocket client connections", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",