Skip to content

Commit 2d2d7f2

Browse files
chore: update versions (#94)
Co-authored-by: Cristian Petre <driimus@vivaldi.net>
1 parent e361600 commit 2d2d7f2

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/nine-bugs-hear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/lambda-batch-processor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @driimus/lambda-batch-processor
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#91](https://github.com/driimus/lambda-batch-processor/pull/91) [`931879b`](https://github.com/driimus/lambda-batch-processor/commit/931879b6b5b681a026b620c8b8e8cd7600dc228a) Thanks [@driimus](https://github.com/driimus)! - refactor: iterator-based permanent failure handling
8+
39
## 0.2.0
410

511
### Minor Changes

packages/lambda-batch-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@driimus/lambda-batch-processor",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Concurrently process batch records with partial failure support",
55
"keywords": [
66
"aws lambda",

packages/sqs-permanent-failure-dlq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @driimus/sqs-permanent-failure-dlq
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#91](https://github.com/driimus/lambda-batch-processor/pull/91) [`931879b`](https://github.com/driimus/lambda-batch-processor/commit/931879b6b5b681a026b620c8b8e8cd7600dc228a) Thanks [@driimus](https://github.com/driimus)! - refactor: iterator-based permanent failure handling
8+
39
## 0.1.7
410

511
### Patch Changes

packages/sqs-permanent-failure-dlq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@driimus/sqs-permanent-failure-dlq",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "Send SQS messages causing non-retryable errors to a dead-letter SQS queue",
55
"keywords": [
66
"aws lambda",

0 commit comments

Comments
 (0)