Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-06-01)

### Bug Fixes

* add package @aws-sdk/client-sts ([e3008b9](e3008b9))

### Features

* sqs consumer aws  ([#6](#6)) ([933a717](933a717))
  • Loading branch information
semantic-release-bot committed Jun 1, 2021
1 parent e3008b9 commit 408c4e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/compare/v1.1.0...v1.2.0) (2021-06-01)


### Bug Fixes

* add package @aws-sdk/client-sts ([e3008b9](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/e3008b9d3e75c999c2dd58ee10ff948896cafca6))


### Features

* sqs consumer aws ([#6](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/issues/6)) ([933a717](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/commit/933a7172921f6577446e5a7829c0606712a5e460))

# [1.1.0](https://github.com/EfrainGaray/nestjs-aws-sqs-npm/compare/v1.0.0...v1.1.0) (2021-05-29)


Expand Down
2 changes: 1 addition & 1 deletion 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": "nestjs-aws-sqs",
"version": "1.1.0",
"version": "1.2.0",
"description": "conexion a amazon aws, sqs microservice strategy",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 408c4e5

Please sign in to comment.