Skip to content

Commit c922cd9

Browse files
authored
chore(main): release 0.1.0 (#34)
1 parent 3591ac0 commit c922cd9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

77

8+
## 0.1.0 (2025-06-14)
9+
10+
11+
### Features
12+
13+
* implement aws adapters ([8695eb2](https://github.com/stone-foundation/stone-js-aws-lambda-http-adapter/commit/8695eb2c7960769d56015943ac0839e787f176d2))
14+
* implement error handler and update lifecycle hooks ([b2e29f5](https://github.com/stone-foundation/stone-js-aws-lambda-http-adapter/commit/b2e29f567ac56717023f9597000ee3f0d0278093))
15+
* major internal restructuring and cleanup ([#33](https://github.com/stone-foundation/stone-js-aws-lambda-http-adapter/issues/33)) ([3591ac0](https://github.com/stone-foundation/stone-js-aws-lambda-http-adapter/commit/3591ac066e792bdd85878726d760597834445d68))
16+
817
## 0.0.2 (2024-12-08)
918

1019

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-http-adapter",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Official AWS Lambda HTTP adapter for Stone.js. Run your Stone.js apps on AWS Lambda behind API Gateway with full Continuum lifecycle support.",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)