diff --git a/.changeset/thick-apples-confess.md b/.changeset/thick-apples-confess.md deleted file mode 100644 index e06c99a..0000000 --- a/.changeset/thick-apples-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphql-eventbus-aws-eventbus": patch ---- - -fix for polling diff --git a/packages/aws-eventbus/CHANGELOG.md b/packages/aws-eventbus/CHANGELOG.md index 68acbbc..6cc03dc 100644 --- a/packages/aws-eventbus/CHANGELOG.md +++ b/packages/aws-eventbus/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-eventbus-aws-eventbus +## 0.2.1 + +### Patch Changes + +- 622786e: fix for polling + ## 0.2.0 ### Minor Changes diff --git a/packages/aws-eventbus/package.json b/packages/aws-eventbus/package.json index d4d2382..af9324b 100644 --- a/packages/aws-eventbus/package.json +++ b/packages/aws-eventbus/package.json @@ -1,6 +1,6 @@ { "name": "graphql-eventbus-aws-eventbus", - "version": "0.2.0", + "version": "0.2.1", "description": "Graphql eventbus for AWS using SQS and SNS", "main": "dist/index.js", "types": "./dist/index.d.ts",