Skip to content

Commit 74af8d0

Browse files
committed
chore(release): v3.4.0
1 parent 61054fe commit 74af8d0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Diff for: CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.4.0
6+
7+
[compare changes](https://github.com/unjs/unbuild/compare/v3.3.1...v3.4.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Prefer `publishConfig` from `package.json` when defined ([#506](https://github.com/unjs/unbuild/pull/506))
12+
13+
### 🩹 Fixes
14+
15+
- Workaroud the `composite` in `tsconfig.json` ([#504](https://github.com/unjs/unbuild/pull/504))
16+
17+
### 📦 Build
18+
19+
- Remove extra dist files ([c0c00ad](https://github.com/unjs/unbuild/commit/c0c00ad))
20+
21+
### 🏡 Chore
22+
23+
- Update deps ([60154b1](https://github.com/unjs/unbuild/commit/60154b1))
24+
- Update dependencies ([2448af1](https://github.com/unjs/unbuild/commit/2448af1))
25+
- Update pnpm ([b43bdf1](https://github.com/unjs/unbuild/commit/b43bdf1))
26+
- Update `JavaScript` case in pkg description ([#493](https://github.com/unjs/unbuild/pull/493))
27+
- Update exports field ([0b0d90c](https://github.com/unjs/unbuild/commit/0b0d90c))
28+
- Update build config ([61054fe](https://github.com/unjs/unbuild/commit/61054fe))
29+
30+
### ❤️ Contributors
31+
32+
- Pooya Parsa ([@pi0](https://github.com/pi0))
33+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
34+
- @beer ([@iiio2](https://github.com/iiio2))
35+
536
## v3.3.1
637

738
[compare changes](https://github.com/unjs/unbuild/compare/v3.3.0...v3.3.1)

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.3.1",
3+
"version": "3.4.0",
44
"description": "A unified JavaScript build system",
55
"repository": "unjs/unbuild",
66
"license": "MIT",

0 commit comments

Comments
 (0)