Skip to content

Commit 951e895

Browse files
committed
feat: update changelog and increment version to 0.1.1 across all packages
1 parent 9dfe3ea commit 951e895

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.1.1] - 2026-02-20
4+
5+
- Refactored the validator utility to improve type safety and error handling.
6+
- Changed database import path from '@core/DB' to '@core/database'.
7+
- Introduced Prisma with PostgreSQL adapter for database connection.
8+
- Updated middleware configuration for H3 and Express to include CORS and method override.
9+
- Added new router implementation for Express and H3 using 'clear-router'.
10+
- Created new controller API resource stub for handling CRUD operations with resora.
11+
- Removed deprecated passport-related files and dependencies.
12+
- Added changelog to document recent changes.
13+
14+
## [0.1.0] - 2026-02-19
15+
316
- Updated controller model stubs to use the new Resource class from 'resora' for handling JSON responses.
417
- Removed deprecated resource collection and resource stubs.
518
- Changed database import path from '@core/DB' to '@core/database'.

express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "express-app",
33
"description": "Simple Express.js project created with Toneflix's Node.js starter kit.",
44
"type": "module",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"scripts": {
77
"lint": "oxlint",
88
"lint:fix": "oxlint --fix && oxfmt",

h3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "h3-app",
33
"description": "Simple H3 project created with Toneflix's Node.js starter kit.",
44
"type": "module",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"base": true,
77
"scripts": {
88
"lint": "oxlint",

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"name": "arcstack",
23
"type": "module",
4+
"version": "0.1.1",
35
"scripts": {
46
"lint": "oxlint",
57
"lint:fix": "oxlint --fix && oxfmt",

0 commit comments

Comments
 (0)