Skip to content

Commit a71cece

Browse files
committed
chore: release api patch 0.1.0
1 parent 4a66010 commit a71cece

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/thin-rivers-swim.md

-5
This file was deleted.

apps/api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# api
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 4a66010: Synchronize all mods from GameBanana and added instrumentation

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.0.1",
3+
"version": "0.1.0",
44
"scripts": {
55
"start": "bun run src/index.ts",
66
"dev": "bun run --watch src/index.ts",

0 commit comments

Comments
 (0)