Skip to content

Commit 18d9f3a

Browse files
chore: update versions (#105)
Co-authored-by: Cristian Petre <[email protected]>
1 parent 2dfc68c commit 18d9f3a

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/hot-lions-scream.md

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

.changeset/strong-pans-lie.md

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

packages/aws-event-factory/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#104](https://github.com/driimus/lambda-batch-processor/pull/104) [`d52ee29`](https://github.com/driimus/lambda-batch-processor/commit/d52ee29942706f0e3ef32b49bd87f21c74da3240) Thanks [@driimus](https://github.com/driimus)! - feat(deps): require faker v9
8+
39
## 0.2.2
410

511
### Patch Changes

packages/aws-event-factory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@driimus/aws-event-factory",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Test data factories for AWS Lambda event sources",
55
"keywords": [
66
"aws lambda",

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.2
4+
5+
### Patch Changes
6+
7+
- [#104](https://github.com/driimus/lambda-batch-processor/pull/104) [`d52ee29`](https://github.com/driimus/lambda-batch-processor/commit/d52ee29942706f0e3ef32b49bd87f21c74da3240) Thanks [@driimus](https://github.com/driimus)! - docs: reference alternative implementations
8+
39
## 0.3.1
410

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

0 commit comments

Comments
 (0)