From 576d79f5a9d71b9c77da7f9feaf86e90fd40e179 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 25 Sep 2024 20:33:33 +0200 Subject: [PATCH] chore(release): v3.0.0-rc.8 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40095911..05955497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.0-rc.8 + +[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.7...v3.0.0-rc.8) + +### 🩹 Fixes + +- Normalize resolved path ([2640083](https://github.com/unjs/unbuild/commit/2640083)) + +### 💅 Refactors + +- Replace fast-glob with tinyglobby ([#426](https://github.com/unjs/unbuild/pull/426)) + +### 📖 Documentation + +- Fix tiny typo ([#414](https://github.com/unjs/unbuild/pull/414)) + +### 🏡 Chore + +- Update dependencies ([2f815ef](https://github.com/unjs/unbuild/commit/2f815ef)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Superchupu ([@SuperchupuDev](http://github.com/SuperchupuDev)) +- @beer ([@iiio2](http://github.com/iiio2)) + ## v3.0.0-rc.7 [compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.6...v3.0.0-rc.7) diff --git a/package.json b/package.json index 4093df60..5444f710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",