From 30d8d5ce469b330187fbd69453a471a8898e9f23 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Jun 2023 08:34:24 +0000 Subject: [PATCH] chore(release): 5.8.0 [skip ci] # [5.8.0](https://github.com/tibber/tibber-aws/compare/v5.7.1...v5.8.0) (2023-06-28) ### Features * support for SNS message attributes ([789c1b3](https://github.com/tibber/tibber-aws/commit/789c1b300d6828f30b861ebf7d67f962598c6e6b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ca50f..3267a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.8.0](https://github.com/tibber/tibber-aws/compare/v5.7.1...v5.8.0) (2023-06-28) + + +### Features + +* support for SNS message attributes ([789c1b3](https://github.com/tibber/tibber-aws/commit/789c1b300d6828f30b861ebf7d67f962598c6e6b)) + ## [5.7.1](https://github.com/tibber/tibber-aws/compare/v5.7.0...v5.7.1) (2023-05-15) diff --git a/package.json b/package.json index d12bb42..9f87384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tibber-aws", - "version": "5.7.1", + "version": "5.8.0", "description": "", "main": "./dist/src/index.js", "scripts": {