Skip to content

Commit d663ba5

Browse files
committed
chore(version): version bumped
1 parent 76840a9 commit d663ba5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @asenajs/asena
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Improve type safety and documentation for server configuration
8+
- Add type-safe AsenaServerOptions excluding framework-managed properties (fetch, routes, websocket, error)
9+
- Add comprehensive Config.md documentation with Bun serve and WebSocket configuration examples
10+
- Improve async PostConstruct tests with 6 additional test cases for inheritance scenarios
11+
312
## 0.6.2
413

514
### Patch Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Asena
66

7-
[![Version](https://img.shields.io/badge/version-0.6.2-blue.svg)](https://asena.sh)
7+
[![Version](https://img.shields.io/badge/version-0.6.3-blue.svg)](https://asena.sh)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
99
[![Bun Version](https://img.shields.io/badge/Bun-1.3.2%2B-blueviolet)](https://bun.sh)
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asenajs/asena",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"author": "LibirSoft",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)