Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 19, 2024
1 parent 09199a4 commit 4f7dafe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"rimraf": "^6.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"universal-middleware": "^0.2.1"
"universal-middleware": "^0.2.2"
},
"optionalDependencies": {
"@universal-middleware/express": "^0",
Expand All @@ -145,4 +145,4 @@
"@universal-middleware/hono": "^0",
"@universal-middleware/webroute": "^0"
}
}
}
9 changes: 9 additions & 0 deletions packages/universal-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.2](https://github.com/magne4000/universal-handler/compare/[email protected]@0.2.2) (2024-08-19)


### Features

* h3 ([#18](https://github.com/magne4000/universal-handler/issues/18)) ([74a774d](https://github.com/magne4000/universal-handler/commit/74a774deaf56e60ee6be13d2e78f132bdcbe7b9c))



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


Expand Down
2 changes: 1 addition & 1 deletion packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "universal-middleware",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"license": "MIT",
"repository": "https://github.com/magne4000/universal-handler",
Expand Down

0 comments on commit 4f7dafe

Please sign in to comment.