Skip to content

Commit 88d9b40

Browse files
committed
chore(release): v3.3.0
1 parent bc671c4 commit 88d9b40

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
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+
## v3.3.0
6+
7+
[compare changes](https://github.com/unjs/c12/compare/v3.2.0...v3.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support loading config with array exports ([#272](https://github.com/unjs/c12/pull/272))
12+
- Allow extends without extension ([#268](https://github.com/unjs/c12/pull/268))
13+
14+
### 🩹 Fixes
15+
16+
- **loadDotenv:** `cwd` is optional ([#273](https://github.com/unjs/c12/pull/273))
17+
18+
### 📖 Documentation
19+
20+
- Improve `dotenv` section with multiple files example ([#270](https://github.com/unjs/c12/pull/270))
21+
22+
### 🏡 Chore
23+
24+
- Update readme ([5f803d6](https://github.com/unjs/c12/commit/5f803d6))
25+
- Sort a-z ([40207d2](https://github.com/unjs/c12/commit/40207d2))
26+
- Update lockfile ([2cc4f5e](https://github.com/unjs/c12/commit/2cc4f5e))
27+
- Update lockfile ([38e04db](https://github.com/unjs/c12/commit/38e04db))
28+
29+
### ✅ Tests
30+
31+
- Add missing await ([63e5b5e](https://github.com/unjs/c12/commit/63e5b5e))
32+
- Update snapshot ([bc671c4](https://github.com/unjs/c12/commit/bc671c4))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](https://github.com/pi0))
37+
- Devbro1 <[email protected]>
38+
- Carson ([@carson2222](https://github.com/carson2222))
39+
- Igal Klebanov <[email protected]>
40+
541
## v3.2.0
642

743
[compare changes](https://github.com/unjs/c12/compare/v3.1.0...v3.2.0)

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": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Smart Config Loader",
55
"repository": "unjs/c12",
66
"license": "MIT",

0 commit comments

Comments
 (0)