Skip to content

Commit 3e01484

Browse files
chore: update versions (#85)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be562a8 commit 3e01484

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/proud-pans-grow.md

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

.changeset/wild-weeks-promise.md

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

packages/lambda-batch-processor/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#84](https://github.com/driimus/lambda-batch-processor/pull/84) [`049d4c4`](https://github.com/driimus/lambda-batch-processor/commit/049d4c4ed1bd31c6ac50857ff6af56b764d3806b) Thanks [@driimus](https://github.com/driimus)! - refactor: remove unsupported `suppressErrors` option
8+
9+
### Patch Changes
10+
11+
- [#84](https://github.com/driimus/lambda-batch-processor/pull/84) [`be562a8`](https://github.com/driimus/lambda-batch-processor/commit/be562a8fce5a37d8e6f9acb466fb93a510c503e3) Thanks [@driimus](https://github.com/driimus)! - refactor: extract failure accumulator
12+
313
## 0.1.5
414

515
### Patch 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.1.5",
3+
"version": "0.2.0",
44
"description": "Concurrently process batch records with partial failure support",
55
"keywords": [
66
"aws lambda",

0 commit comments

Comments
 (0)