Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.1...v3.0.0) (2024-10-10)

### Features

* upgrade AWS sdk to v3 ([a9b8790](a9b8790))

### BREAKING CHANGES

* SQSHandler constructor takes a SQSClient from AWS sdk v3 now
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent e2d6d4a commit a661ade
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/Sagacify/sqs-handler/compare/v2.0.1...v3.0.0) (2024-10-10)


### Features

* upgrade AWS sdk to v3 ([a9b8790](https://github.com/Sagacify/sqs-handler/commit/a9b8790138ae1b335d985c0988113ffe8149d3be))


### BREAKING CHANGES

* SQSHandler constructor takes a SQSClient from AWS sdk v3 now

## [2.0.1](https://github.com/Sagacify/sqs-handler/compare/v2.0.0...v2.0.1) (2022-06-04)


Expand Down
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": "@sagacify/sqs-handler",
"version": "2.0.1",
"version": "3.0.0",
"description": "SQS messages handling package",
"main": "build/SqsHandler.js",
"directories": {
Expand Down

0 comments on commit a661ade

Please sign in to comment.