From d5160ca0bc26380cf471c5ea94c5a1b39e3dfa93 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 14 Oct 2022 12:26:16 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6360e15e..2d2a0ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-ignition` will be documented in this file +## 1.5.2 - 2022-10-14 + +### What's Changed + +- Improve Vite solution provider by @innocenzi in https://github.com/spatie/laravel-ignition/pull/113 + +### New Contributors + +- @innocenzi made their first contribution in https://github.com/spatie/laravel-ignition/pull/113 + +**Full Changelog**: https://github.com/spatie/laravel-ignition/compare/1.5.1...1.5.2 + ## 1.5.1 - 2022-10-04 - Increase search radius for Blade exception line number mapping to 20 LOC