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",