Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 22, 2024
1 parent 18a48f4 commit e9989c4
Show file tree
Hide file tree
Showing 3 changed files with 7 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.3"
"universal-middleware": "^0.2.4"
},
"optionalDependencies": {
"@universal-middleware/express": "^0",
Expand All @@ -145,4 +145,4 @@
"@universal-middleware/hono": "^0",
"@universal-middleware/webroute": "^0"
}
}
}
4 changes: 4 additions & 0 deletions packages/universal-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.2.4](https://github.com/magne4000/universal-handler/compare/[email protected]@0.2.4) (2024-08-22)



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


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.3",
"version": "0.2.4",
"description": "",
"license": "MIT",
"repository": "https://github.com/magne4000/universal-handler",
Expand Down

0 comments on commit e9989c4

Please sign in to comment.