Skip to content

Commit 9f8d874

Browse files
committed
chore: release api patch 0.2.0
1 parent 37c707d commit 9f8d874

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

apps/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# api
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Remove Hono middleware
8+
39
## 0.1.0
410

511
### Minor Changes

apps/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"start": "bun run src/index.ts",
66
"dev": "bun run --watch src/index.ts",

0 commit comments

Comments
 (0)