From 0d7305bd20793daffbfbc7b936f4a0136adce1f4 Mon Sep 17 00:00:00 2001 From: dasundev Date: Sat, 20 Jul 2024 02:55:07 +0000 Subject: [PATCH] docs: Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2753093..29d7c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ This file records every version of `livewire-dropzone`. +## v2.0.1 - 2024-07-20 + +### What's Changed + +* fix: ensure `$files` variable is set before usage in Blade template by @hipoagencia in https://github.com/dasundev/livewire-dropzone/pull/44 +* fix: ui bug by @dasundev in https://github.com/dasundev/livewire-dropzone/pull/45 +* chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /resources/js/livewire-dropzone-styles by @dependabot in https://github.com/dasundev/livewire-dropzone/pull/46 + +### New Contributors + +* @hipoagencia made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/44 +* @dependabot made their first contribution in https://github.com/dasundev/livewire-dropzone/pull/46 + +**Full Changelog**: https://github.com/dasundev/livewire-dropzone/compare/v2.0.0...v2.0.1 + ## v2.0.0 - 2024-07-04 ### What's Changed