Skip to content

Commit 5e911a8

Browse files
committed
chore: release v0.2.3 and fix README workflow badge
- Bump version to 0.2.3 in package.json. - Update CHANGELOG.md to document the fix for the README workflow badge.
1 parent 15597c2 commit 5e911a8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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
9+
10+
### Fixed
11+
12+
- Fixed `README.md` to use correct workflow name
13+
814
## [0.2.2] - 2025-11-20
915

1016
### Fixed

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/test.yml)
9+
[![Tests](https://github.com/truehazker/elysia-boilerplate/actions/workflows/test.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.2",
3+
"version": "0.2.3",
44
"scripts": {
55
"start": "bun run src/main.ts",
66
"dev": "bun run --watch src/main.ts",

0 commit comments

Comments
 (0)