Skip to content

Commit 63e2087

Browse files
committed
chore: release api patch 0.3.0 (fixes #4)
1 parent ba6744d commit 63e2087

File tree

3 files changed

+11
-65
lines changed

3 files changed

+11
-65
lines changed

apps/api/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Downgrade prisma version to fix sentry issue #4
8+
39
## 0.2.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.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"start": "bun run src/index.ts",
66
"dev": "bun run --watch src/index.ts",

pnpm-lock.yaml

+4-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)