diff --git a/.changeset/wild-coats-move.md b/.changeset/wild-coats-move.md deleted file mode 100644 index adc823c..0000000 --- a/.changeset/wild-coats-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@soundxyz/redis-pubsub": minor ---- - -.publish can receive null or undefined and it skips the notification diff --git a/CHANGELOG.md b/CHANGELOG.md index 770428c..b016d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @soundxyz/redis-pubsub +## 4.1.0 + +### Minor Changes + +- 69f7422: .publish can receive null or undefined and it skips the notification + ## 4.0.0 ### Major Changes diff --git a/package.json b/package.json index 063deb7..4b8dc5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/redis-pubsub", - "version": "4.0.0", + "version": "4.1.0", "description": "Full type-safe Redis PubSub with Zod", "keywords": [ "ioredis",