Skip to content

Commit 4eae147

Browse files
authored
chore(main): release 0.1.0 (#41)
1 parent d4d4c63 commit 4eae147

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the "Stone.js AWS Lambda Adapter" extension will be docum
55
## Unreleased
66

77

8+
## [0.1.0](https://github.com/stone-foundation/stone-js-aws-lambda-adapter/compare/v0.0.22...v0.1.0) (2025-06-14)
9+
10+
11+
### Features
12+
13+
* major internal restructuring and cleanup ([#40](https://github.com/stone-foundation/stone-js-aws-lambda-adapter/issues/40)) ([d4d4c63](https://github.com/stone-foundation/stone-js-aws-lambda-adapter/commit/d4d4c63dc28cce33136ceaeb9c16d23edbfab443))
14+
815
## [0.0.22](https://github.com/stonemjs/aws-lambda-adapter/compare/v0.0.2...v0.0.22) (2025-01-06)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stone-js/aws-lambda-adapter",
3-
"version": "0.0.23",
3+
"version": "0.1.0",
44
"description": "General-purpose AWS Lambda adapter for Stone.js, run any app in serverless environments, beyond HTTP. Supports queues, events, schedulers, and background jobs.",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)