Skip to content

Commit 692cc22

Browse files
Merge pull request #1 from Deepractice/changeset-release/main
chore: version packages
2 parents 6c20c00 + 714e397 commit 692cc22

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

.changeset/initial-release.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# commonxjs
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 6c20c00: Initial release of CommonX - Infrastructure utilities for Bun and Node.js
8+
9+
Features:
10+
11+
- **sqlite**: Unified SQLite abstraction (Bun `bun:sqlite` / Node.js 22+ `node:sqlite`)
12+
- **logger**: Pluggable logging system with lazy initialization
13+
- **path**: Cross-runtime path utilities (`getModuleDir`, `getPackageRoot`, `getMonorepoRoot`)
14+
- **id**: ID generation utilities (`generateId`, `generateRequestId`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commonxjs",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Infrastructure utilities library for Bun and Node.js",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)