Skip to content

Commit 0e40ff0

Browse files
chore: release
1 parent 574f30b commit 0e40ff0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/long-brooms-sniff.md

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

CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [`574f30b`](https://github.com/mfyuu/e2sm/commit/574f30b7e3741cfd9af5f899fe61311c4ffb7860) Thanks [@mfyuu](https://github.com/mfyuu)! - fix(config): replace Bun.file() with node:fs/promises for Node.js compatibility
8+
- replace Bun.file() with readFile from node:fs/promises in loadConfig()
9+
- ensure configuration loading works in Node.js environment when using bunx
10+
- improve error handling comment to clarify file not found and parse errors
11+
312
## 0.4.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2sm",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"license": "MIT",
55
"author": "mfyuu",
66
"repository": {

0 commit comments

Comments
 (0)