We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c707d commit 9f8d874Copy full SHA for 9f8d874
apps/api/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# api
2
3
+## 0.2.0
4
+
5
+### Minor Changes
6
7
+- Remove Hono middleware
8
9
## 0.1.0
10
11
### Minor Changes
apps/api/package.json
@@ -1,6 +1,6 @@
{
"name": "api",
- "version": "0.1.0",
+ "version": "0.2.0",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts",
0 commit comments