From 589146a1563ef7f41d118fb4da9cb72229ab908d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:07:29 -0400 Subject: [PATCH] chore(release): update package versions (#11) Co-authored-by: github-actions[bot] --- .changeset/afraid-cars-cheat.md | 5 ----- .changeset/thirty-bugs-rest.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/afraid-cars-cheat.md delete mode 100644 .changeset/thirty-bugs-rest.md diff --git a/.changeset/afraid-cars-cheat.md b/.changeset/afraid-cars-cheat.md deleted file mode 100644 index 92cead8..0000000 --- a/.changeset/afraid-cars-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@soundxyz/redis-pubsub": patch ---- - -Add try-finally block to subscribe generator diff --git a/.changeset/thirty-bugs-rest.md b/.changeset/thirty-bugs-rest.md deleted file mode 100644 index ee16880..0000000 --- a/.changeset/thirty-bugs-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@soundxyz/redis-pubsub": minor ---- - -New "subscription" helper exported from library with abortSignal and abortController, specially useful for GraphQL Usage diff --git a/CHANGELOG.md b/CHANGELOG.md index 9712e8e..d0f7307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @soundxyz/redis-pubsub +## 2.1.0 + +### Minor Changes + +- 17a8cf7: New "subscription" helper exported from library with abortSignal and abortController, specially useful for GraphQL Usage + +### Patch Changes + +- 7dcf49a: Add try-finally block to subscribe generator + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 566b54d..6812d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/redis-pubsub", - "version": "2.0.0", + "version": "2.1.0", "description": "Full type-safe Redis PubSub with Zod", "keywords": [ "ioredis",