Skip to content

Commit 1ba5747

Browse files
committed
chore(release): v3.1.0
1 parent 9360293 commit 1ba5747

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.1.0
6+
7+
[compare changes](https://github.com/unjs/unbuild/compare/v3.0.1...v3.1.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support parallel builds ([af19b1b](https://github.com/unjs/unbuild/commit/af19b1b))
12+
- Infer externals from package `name`, `exports` and `imports` ([#469](https://github.com/unjs/unbuild/pull/469))
13+
- **rollup:** Resolve with `production` condition ([#470](https://github.com/unjs/unbuild/pull/470))
14+
15+
### 🩹 Fixes
16+
17+
- Resolve preset on directory ([#465](https://github.com/unjs/unbuild/pull/465))
18+
- Only externalize `@types/` from `devDependencies` ([#471](https://github.com/unjs/unbuild/pull/471))
19+
20+
### 🏡 Chore
21+
22+
- Remove unused imports ([#463](https://github.com/unjs/unbuild/pull/463))
23+
- Apply automated updates ([f724382](https://github.com/unjs/unbuild/commit/f724382))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Sunny-117 <[email protected]>
29+
- Christian Preston ([@cpreston321](http://github.com/cpreston321))
30+
- Sunny ([@Sunny-117](http://github.com/Sunny-117))
31+
532
## v3.0.1
633

734
[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0...v3.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unbuild",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "A unified javascript build system",
55
"repository": "unjs/unbuild",
66
"license": "MIT",

0 commit comments

Comments
 (0)