Skip to content

Commit dda85ce

Browse files
committed
chore(release): v3.5.0
1 parent 3edb456 commit dda85ce

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.5.0
6+
7+
[compare changes](https://github.com/unjs/unbuild/compare/v3.4.1...v3.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Use `fix-dts-default-cjs-exports` to transform cjs types ([#513](https://github.com/unjs/unbuild/pull/513))
12+
13+
### 🏡 Chore
14+
15+
- **release:** V3.4.1 ([b408ac0](https://github.com/unjs/unbuild/commit/b408ac0))
16+
- Updated untyped to v2 ([24997cc](https://github.com/unjs/unbuild/commit/24997cc))
17+
- **release:** V3.4.2 ([045ebf2](https://github.com/unjs/unbuild/commit/045ebf2))
18+
19+
### ❤️ Contributors
20+
21+
- Joaquín Sánchez ([@userquin](https://github.com/userquin))
22+
- Pooya Parsa ([@pi0](https://github.com/pi0))
23+
524
## v3.4.2
625

726
[compare changes](https://github.com/unjs/unbuild/compare/v3.4.1...v3.4.2)

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

0 commit comments

Comments
 (0)