Skip to content

Commit b408ac0

Browse files
committedFeb 26, 2025
chore(release): v3.4.1
1 parent c915342 commit b408ac0

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.4.1
6+
7+
[compare changes](https://github.com/unjs/unbuild/compare/v3.4.0...v3.4.1)
8+
9+
### 🩹 Fixes
10+
11+
- Filter commonjs plugin when generating declaration ([#495](https://github.com/unjs/unbuild/pull/495))
12+
13+
### ❤️ Contributors
14+
15+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
16+
517
## v3.4.0
618

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.