Skip to content

Commit fd294dc

Browse files
committed
Merge branch 'main' into develop
2 parents 95323ba + 65cbd35 commit fd294dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.2.3] - 2025-11-20
8+
## [0.2.4] - 2025-11-20
99

1010
### Fixed
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Drizzle](https://img.shields.io/badge/Drizzle-C5F74F?logo=drizzle&logoColor=000)](https://orm.drizzle.team)
77
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org)
88
[![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white)](https://www.docker.com)
9-
[![Tests](https://github.com/truehazker/elysia-boilerplate/actions/workflows/test.yml/badge.svg)](https://github.com/truehazker/elysia-boilerplate/actions/workflows/tests.yml)
9+
[![Tests](https://github.com/truehazker/elysia-boilerplate/actions/workflows/tests.yml/badge.svg)](https://github.com/truehazker/elysia-boilerplate/actions/workflows/tests.yml)
1010
[![Lint](https://github.com/truehazker/elysia-boilerplate/actions/workflows/lint.yml/badge.svg)](https://github.com/truehazker/elysia-boilerplate/actions/workflows/lint.yml)
1111

1212
A modern, production-ready boilerplate for building APIs with Elysia, Bun runtime, and PostgreSQL.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elysia-boilerplate",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"scripts": {
55
"start": "bun run src/main.ts",
66
"dev": "bun run --watch src/main.ts",

0 commit comments

Comments
 (0)