Skip to content

Commit 8351c74

Browse files
committed
chore(release): bump app to 0.3.0
- Mobile-responsive layout and drawer navigation - Published SDK and MCP integration packages - Unified CI release workflow with shared scripts
1 parent 1a18b90 commit 8351c74

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Mobile UI
6+
- Responsive layout with slide-in drawer navigation on small screens
7+
- Hamburger menu button in sticky mobile header
8+
- Long URLs truncate instead of overflowing
9+
- Progress bars hidden on mobile; numeric values remain visible
10+
- API keys table scrolls horizontally rather than breaking layout
11+
12+
### Integrations
13+
- Published `@oddbit/shrtnr-sdk` npm package for programmatic link management
14+
- Published `@oddbit/shrtnr-mcp` npm package exposing link management to AI assistants via MCP stdio transport
15+
16+
### CI
17+
- Shared release scripts in `scripts/` (`extract-changelog.sh`, `detect-releases.sh`)
18+
- Unified `release-packages.yml` workflow covers both SDK and MCP releases via a dynamic matrix
19+
320
## 0.2.0
421

522
### API keys

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shrtnr",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A free, open-source, self-hosted URL shortener built on Cloudflare Workers + D1",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)