From 82171c68cb20fe6591d95dc785715a04bcf242b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Sep 2021 08:53:44 +0000 Subject: [PATCH] chore(release): 5.4.0 [skip ci] # [5.4.0](https://github.com/tibbercom/tibber-aws/compare/v5.3.0...v5.4.0) (2021-09-24) ### Features * **queue:** add endpoint config to sqs,sns ([b68366e](https://github.com/tibbercom/tibber-aws/commit/b68366eeae6c338b8dd5090e4fb9a14541a00b2d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3b968..3e6491e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.4.0](https://github.com/tibbercom/tibber-aws/compare/v5.3.0...v5.4.0) (2021-09-24) + + +### Features + +* **queue:** add endpoint config to sqs,sns ([b68366e](https://github.com/tibbercom/tibber-aws/commit/b68366eeae6c338b8dd5090e4fb9a14541a00b2d)) + # [5.3.0](https://github.com/tibbercom/tibber-aws/compare/v5.2.8...v5.3.0) (2021-07-09) diff --git a/package.json b/package.json index 41db601..6d08800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tibber-aws", - "version": "5.3.0", + "version": "5.4.0", "description": "", "main": "./dist/src/index.js", "scripts": {