diff --git a/CHANGELOG.md b/CHANGELOG.md index 655a286..caf7c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [1.0.6](https://github.com/Coaktion/aws/compare/v1.0.5...v1.0.6) (2023-12-12) +### [1.1.1](https://github.com/Coaktion/aws/compare/v1.1.0...v1.1.1) (2023-12-12) ### Features diff --git a/package-lock.json b/package-lock.json index 5a85b5f..c1a7147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coaktion/aws", - "version": "1.0.6", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@coaktion/aws", - "version": "1.0.6", + "version": "1.1.1", "license": "MIT", "dependencies": { "@aws-sdk/client-sns": "^3.370.0", diff --git a/package.json b/package.json index 499cc3e..2c567b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coaktion/aws", - "version": "1.0.6", + "version": "1.1.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",