Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Jul 19, 2024
1 parent b43c8ad commit 41b94d8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v0.2.5

[compare changes](https://github.com/namesmt/hono-adapter-aws-lambda/compare/v0.2.3...v0.2.5)

### 🚀 Enhancements

- Add `$HAAL-returnBody` special return ([6cd75e6](https://github.com/namesmt/hono-adapter-aws-lambda/commit/6cd75e6))

### 💅 Refactors

- **handler:** Code splitting ([fbb8b40](https://github.com/namesmt/hono-adapter-aws-lambda/commit/fbb8b40))

### 🌊 Types

- Declare global awslambda stream APIs ([4d28a32](https://github.com/namesmt/hono-adapter-aws-lambda/commit/4d28a32))

### 🏡 Chore

- **trigger:** ⚠️ Remove `return-body` special return ([f373710](https://github.com/namesmt/hono-adapter-aws-lambda/commit/f373710))
- Update deps, lockfile ([79479cf](https://github.com/namesmt/hono-adapter-aws-lambda/commit/79479cf))

### ✅ Tests

- Fix types error ([b43c8ad](https://github.com/namesmt/hono-adapter-aws-lambda/commit/b43c8ad))

#### ⚠️ Breaking Changes

- **trigger:** ⚠️ Remove `return-body` special return ([f373710](https://github.com/namesmt/hono-adapter-aws-lambda/commit/f373710))

### ❤️ Contributors

- NamesMT ([@NamesMT](http://github.com/NamesMT))

## v0.2.3

[compare changes](https://github.com/namesmt/hono-adapter-aws-lambda/compare/v0.2.2...v0.2.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@namesmt/hono-adapter-aws-lambda",
"type": "module",
"version": "0.2.3",
"version": "0.2.5",
"packageManager": "pnpm@9.5.0",
"description": "",
"author": "NamesMT <dangquoctrung123@gmail.com>",
Expand Down

0 comments on commit 41b94d8

Please sign in to comment.