diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a84b04..60708fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.0 (2024-06-18) + + +### Features + +* first commit ([38430dc](https://github.com/orefalo/svelte-virtuallists/commit/38430dccfab27b7a5935e8de5adcaf2ef3b05c47)) +* visual range event are now properly raised ([229d266](https://github.com/orefalo/svelte-virtuallists/commit/229d266c77276c1c919f15ccf2416b0a69f0548b)) + + +### Bug Fixes + +* fix demo double /path issue ([364e51c](https://github.com/orefalo/svelte-virtuallists/commit/364e51cd715c8db23b3b35948fd6ba85a447e12b)) +* fix tests ([1bba531](https://github.com/orefalo/svelte-virtuallists/commit/1bba5316b7028b5fdbb90d52c6717cc35274c3d1)) + ## 1.0.0 (2024-06-16) ### Features