Skip to content

Commit 1ce985d

Browse files
committed
chore: 🔖 version bump and changelog update
1 parent d80ec5d commit 1ce985d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2025-11-27
11+
1012
### Changed
1113

1214
- Updated logger integration to use plugin-based approach at root app level

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"name": "elysia-boilerplate",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
4+
"description": "A modern, production-ready boilerplate for building APIs with Elysia, Bun runtime, and PostgreSQL.",
5+
"author": "Truehazker",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/truehazker/elysia-boilerplate"
10+
},
11+
"homepage": "https://github.com/truehazker/elysia-boilerplate",
12+
"bugs": "https://github.com/truehazker/elysia-boilerplate/issues",
413
"scripts": {
514
"start": "bun run src/main.ts",
615
"dev": "bun run --watch src/main.ts",

0 commit comments

Comments
 (0)