Skip to content

Commit

Permalink
release: @universal-middleware/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 19, 2024
1 parent 1c4846f commit c556e5d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/adapter-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.1](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-08-19)


### Features

* Add support for Fastify ([#17](https://github.com/magne4000/universal-handler/issues/17)) ([fcd2fdd](https://github.com/magne4000/universal-handler/commit/fcd2fdd14f04022621f997d6655442dc77a4d9b0))
* h3 ([#18](https://github.com/magne4000/universal-handler/issues/18)) ([74a774d](https://github.com/magne4000/universal-handler/commit/74a774deaf56e60ee6be13d2e78f132bdcbe7b9c))



# [0.2.0](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-08-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/express",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "Express adapter for universal middlewares",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@universal-middleware/core": "^0.2.1",
"@universal-middleware/express": "^0.2.0"
"@universal-middleware/express": "^0.2.1"
},
"devDependencies": {
"@brillout/release-me": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@universal-middleware/core": "^0.2.1",
"@universal-middleware/express": "^0.2.0",
"@universal-middleware/express": "^0.2.1",
"@universal-middleware/hattip": "^0.2.0",
"@universal-middleware/hono": "^0.2.0",
"@universal-middleware/webroute": "^0.2.0",
Expand Down

0 comments on commit c556e5d

Please sign in to comment.