Skip to content

Commit 4b834bd

Browse files
committed
chore(release): v4.0.0-beta.4
1 parent c8404b3 commit 4b834bd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v4.0.0-beta.4
6+
7+
[compare changes](https://github.com/unjs/c12/compare/v4.0.0-beta.3...v4.0.0-beta.4)
8+
9+
### 🩹 Fixes
10+
11+
- Bust esm module cache for native js config imports ([#306](https://github.com/unjs/c12/pull/306))
12+
- **loader:** Use statSync to detect directories with dots in name ([#305](https://github.com/unjs/c12/pull/305))
13+
14+
### 🏡 Chore
15+
16+
- Update deps ([5eb0366](https://github.com/unjs/c12/commit/5eb0366))
17+
- Init agents.md ([be767fa](https://github.com/unjs/c12/commit/be767fa))
18+
- Fix ref in claude.md ([f65b96f](https://github.com/unjs/c12/commit/f65b96f))
19+
20+
### ❤️ Contributors
21+
22+
- Terminalchai <terminalchai@gmail.com>
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
25+
526
## v4.0.0-beta.3
627

728
[compare changes](https://github.com/unjs/c12/compare/v4.0.0-beta.2...v4.0.0-beta.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c12",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"description": "Smart Config Loader",
55
"license": "MIT",
66
"repository": "unjs/c12",

0 commit comments

Comments
 (0)