From 1e064011921928dcfa0fb7e878a4746429631996 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 16 Jul 2024 20:21:26 +0200 Subject: [PATCH] chore(release): v3.0.0-rc.7 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4560ec8a..40095911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.7 + +[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.6...v3.0.0-rc.7) + +### 💅 Refactors + +- Replace `globby` w/ `fast-glob` ([#418](https://github.com/unjs/unbuild/pull/418)) + +### 🏡 Chore + +- Removed resolved @ts-expect-error ([733a914](https://github.com/unjs/unbuild/commit/733a914)) +- Update deps ([6e3be15](https://github.com/unjs/unbuild/commit/6e3be15)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Sukka + ## v3.0.0-rc.6 [compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.5...v3.0.0-rc.6) diff --git a/package.json b/package.json index 3f206362..b2491acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "3.0.0-rc.6", + "version": "3.0.0-rc.7", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",