From b304cfd8e38b9443049f011db67307d1d0454491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Oct 2024 07:39:43 +0000 Subject: [PATCH] chore(release): update versions --- .changeset/clever-pillows-hunt.md | 5 ----- packages/pubsub/CHANGELOG.md | 6 ++++++ packages/pubsub/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/clever-pillows-hunt.md diff --git a/.changeset/clever-pillows-hunt.md b/.changeset/clever-pillows-hunt.md deleted file mode 100644 index b54c794b..00000000 --- a/.changeset/clever-pillows-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sebspark/pubsub": major ---- - -A new two part client with a publisher and a subscriber diff --git a/packages/pubsub/CHANGELOG.md b/packages/pubsub/CHANGELOG.md index 45956156..693747ac 100644 --- a/packages/pubsub/CHANGELOG.md +++ b/packages/pubsub/CHANGELOG.md @@ -1,5 +1,11 @@ # @sebspark/pubsub +## 1.0.0 + +### Major Changes + +- 9265ac7: A new two part client with a publisher and a subscriber + ## 0.6.3 ### Patch Changes diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index 28dc64b8..1d34fa08 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@sebspark/pubsub", - "version": "0.6.3", + "version": "1.0.0", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.mjs",