From 4bb880559b84ae6266e9b27cd74d24e5805490b9 Mon Sep 17 00:00:00 2001 From: hfc-bot <82871241+hfc-bot@users.noreply.github.com> Date: Mon, 15 May 2023 08:40:58 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @honestfoodcompany/pubsub@2.2.0 [skip ci] --- .changeset/fresh-days-yell.md | 5 ----- .changeset/sweet-buses-sip.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fresh-days-yell.md delete mode 100644 .changeset/sweet-buses-sip.md diff --git a/.changeset/fresh-days-yell.md b/.changeset/fresh-days-yell.md deleted file mode 100644 index 6c7b61d2..00000000 --- a/.changeset/fresh-days-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@honestfoodcompany/pubsub': patch ---- - -PUB-85 Load subscriptions in parallel diff --git a/.changeset/sweet-buses-sip.md b/.changeset/sweet-buses-sip.md deleted file mode 100644 index aa49faea..00000000 --- a/.changeset/sweet-buses-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@honestfoodcompany/pubsub': minor ---- - -PUB-90 Add support for gzip compression/decompression diff --git a/CHANGELOG.md b/CHANGELOG.md index 8933736a..d7dbe1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.2.0 + +### Minor Changes + +- [PUB-90](https://honesttech.atlassian.net/browse/PUB-90) - Add support for gzip compression/decompression ([#107](https://github.com/deliveryhero/hfc-pubsub/pull/107) by [@rndD](https://github.com/rndD)) + +### Patch Changes + +- [PUB-85](https://honesttech.atlassian.net/browse/PUB-85) - Load subscriptions in parallel ([#105](https://github.com/deliveryhero/hfc-pubsub/pull/105) by [@rndD](https://github.com/rndD)) + ## 2.1.2 ### Patch Changes diff --git a/package.json b/package.json index 7909b347..7571e9fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honestfoodcompany/pubsub", - "version": "2.1.2", + "version": "2.2.0", "description": "pubsub framework for managing topics and subscriptions", "main": "dist/index.js", "homepage": "https://deliveryhero.github.io/hfc-pubsub/",