We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7682b0 + 926b50b commit f351402Copy full SHA for f351402
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.3.1](https://github.com/orefalo/svelte-virtuallists/compare/v1.3.0...v1.3.1) (2024-10-19)
4
+
5
6
+### Bug Fixes
7
8
+* code clean up and doc updates ([f7682b0](https://github.com/orefalo/svelte-virtuallists/commit/f7682b0e31e2df1ed8cfb58bee559ea868902f93))
9
10
## [1.3.0](https://github.com/orefalo/svelte-virtuallists/compare/v1.2.3...v1.3.0) (2024-10-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-virtuallists",
- "version": "1.3.0",
+ "version": "1.3.1",
"private": false,
"description": "A component that renders only what is visible",
"keywords": [
0 commit comments