Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
inaciogu committed Dec 12, 2023
1 parent 5fe164c commit c9304e8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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)


### Features

* add standard version to manage versioning ([e6c1afd](https://github.com/Coaktion/aws/commit/e6c1afd2cceaa4078994533c132364b23af88111))
* allow devs to only pass a simple object as MessageAttributes ([29a6355](https://github.com/Coaktion/aws/commit/29a63556d27c3e1a5761cef3fa67cef5ea0c5049))
* only convert MessageAttributes if needed ([c4948b6](https://github.com/Coaktion/aws/commit/c4948b6d5a169ed20cf382c02987937bf0e919c0))


### Bug Fixes

* change back messageAttributes on SNSOptions to any ([e471dff](https://github.com/Coaktion/aws/commit/e471dff8a883298860b1dcc8885cbfb5f7ce61b8))
* remove AWS DataTypes based on Python SDK ([4335df9](https://github.com/Coaktion/aws/commit/4335df92819aa96cbbcb8d24e0347ac8213cc273))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coaktion/aws",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c9304e8

Please sign in to comment.