Skip to content

Commit 8825a25

Browse files
chore(release): 0.0.1
1 parent 7b618a4 commit 8825a25

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# History
2+
3+
| Version | Release date |
4+
|--------------------------|--------------|
5+
| [0.0.1](#001-2025-08-16) | August 2025 |
6+
7+
# Release notes
8+
9+
## 0.0.1 (2025-08-16)
10+
11+
Initial commit

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"peerDependencies": {
2121
"typescript": "^5"
2222
},
23-
"license": "MIT"
23+
"license": "MIT",
24+
"homepage": "https://github.com/socketio/bun-engine#readme",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/socketio/bun-engine.git"
28+
}
2429
}

0 commit comments

Comments
 (0)