Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 28, 2024
1 parent 6ac4def commit e23d824
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

## v3.2.0

[compare changes](https://github.com/unjs/unbuild/compare/v3.1.0...v3.2.0)

### 🚀 Enhancements

- **mkdist:** Fail build if `mkdist` errors in creating declarations ([#473](https://github.com/unjs/unbuild/pull/473))

### 🩹 Fixes

- Correct `.d.cts` default export type ([#458](https://github.com/unjs/unbuild/pull/458))

### 🏡 Chore

- Update deps ([4536320](https://github.com/unjs/unbuild/commit/4536320))

### ❤️ Contributors

- Kricsleo ([@kricsleo](http://github.com/kricsleo))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v3.1.0

[compare changes](https://github.com/unjs/unbuild/compare/v3.0.1...v3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unbuild",
"version": "3.1.0",
"version": "3.2.0",
"description": "A unified javascript build system",
"repository": "unjs/unbuild",
"license": "MIT",
Expand Down

0 comments on commit e23d824

Please sign in to comment.