Skip to content

Commit

Permalink
chore(release): v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 12, 2025
1 parent edc8784 commit 837ae03
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.3.0

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

### 🚀 Enhancements

- Allow specifying dependencies to inline in `inlineDependencies` ([#480](https://github.com/unjs/unbuild/pull/480))

### 🩹 Fixes

- **rollup:** Resolve aliases using pathe utils ([#483](https://github.com/unjs/unbuild/pull/483))

### 💅 Refactors

- Inline `withTrailingSlash` util ([#482](https://github.com/unjs/unbuild/pull/482))

### 🏡 Chore

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

### ❤️ Contributors

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

## v3.2.0

[compare changes](https://github.com/unjs/unbuild/compare/v3.1.0...v3.2.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.2.0",
"version": "3.3.0",
"description": "A unified javascript build system",
"repository": "unjs/unbuild",
"license": "MIT",
Expand Down

0 comments on commit 837ae03

Please sign in to comment.