Skip to content

Commit 1b93d43

Browse files
committedOct 5, 2024·
chore(release): v3.0.0-rc.11
1 parent cc26726 commit 1b93d43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.0-rc.11
6+
7+
[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.10...v3.0.0-rc.11)
8+
9+
### 🩹 Fixes
10+
11+
- **untyped:** Use schema module default export if is the only export ([cc26726](https://github.com/unjs/unbuild/commit/cc26726))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa ([@pi0](http://github.com/pi0))
16+
517
## v3.0.0-rc.10
618

719
[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.9...v3.0.0-rc.10)

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unbuild",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"description": "A unified javascript build system",
55
"repository": "unjs/unbuild",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.