Skip to content

Commit 5802a4d

Browse files
πŸš€ release: v0.1.1
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d664b15 commit 5802a4d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2026-03-09
9+
10+
### 🌈 Improved
11+
12+
- **testing:** consolidate test utilities (#6) ([#6](https://github.com/UniquePixels/unicorn/pull/6)) (@UniquePixels)
13+
- reduce cognitive complexity in health check handler (#9) ([#9](https://github.com/UniquePixels/unicorn/pull/9)) (@UniquePixels)
14+
- **readme:** revamp badge row (#21) ([#21](https://github.com/UniquePixels/unicorn/pull/21)) (@UniquePixels)
15+
- **config:** add Renovate commit format and squash strategy (#10) ([#10](https://github.com/UniquePixels/unicorn/pull/10)) (@UniquePixels)
16+
17+
### 🦠 Fixed
18+
19+
- **qa:** detect all Biome finding severities as failures (#8) ([#8](https://github.com/UniquePixels/unicorn/pull/8)) (@UniquePixels)
820
## [0.1.0] - 2026-03-08
921

1022
### πŸ¦„ New
1123

12-
- initial framework
24+
- initial framework (@UniquePixels)
25+
[0.1.1]: https://github.com/UniquePixels/unicorn/compare/v0.1.0...v0.1.1
1326
[0.1.0]: https://github.com/UniquePixels/unicorn/releases/tag/v0.1.0
1427

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicorn",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A type-safe Discord bot framework with modular Sparks, composable Guards, and Zod-validated configuration β€” built on Discord.js and Bun.",
55
"author": "Brian L. <brian@uniquepixels.xyz> (http://uniquepixels.xyz)",
66
"contributors": [],

0 commit comments

Comments
Β (0)