You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v0.1.1
### π Improvements
- reduce cognitive complexity in health check handler (#9)
- detect all Biome finding severities as failures (#8)
- revamp badge row (#21)
- add Renovate commit format and squash strategy (#10)
- consolidate test utilities (#6)
### π§Ί Chores
- update undici to v7
- update install-action digest
---
**After merging**, the tag-release job will automatically:
- Tag this commit as `v0.1.1`
- Create a GitHub Release with the changelog
<ahref="https://www.bestpractices.dev/projects/12120"><imgsrc="https://img.shields.io/cii/summary/12120?style=for-the-badge&label=OpenSSF%20Best%20Practices"alt="OpenSSF Best Practices" /></a>
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "unicorn",
3
-
"version": "0.1.0",
3
+
"version": "0.1.1",
4
4
"description": "A type-safe Discord bot framework with modular Sparks, composable Guards, and Zod-validated configuration β built on Discord.js and Bun.",
0 commit comments