Skip to content

Commit

Permalink
Bump version to v0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysin586 committed Jan 7, 2025
1 parent 4b2ff69 commit 9dd7e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanspeak/svelte-virtual-list",
"version": "0.2.0",
"version": "0.2.1",
"description": "A lightweight, high-performance virtual list component for Svelte 5 that renders large datasets with minimal memory usage. Features include dynamic height support, smooth scrolling, TypeScript support, and efficient DOM recycling. Ideal for infinite scrolling lists, data tables, chat interfaces, and any application requiring the rendering of thousands of items without compromising performance. Zero dependencies and fully customizable.",
"type": "module",
"svelte": "./dist/index.js",
Expand Down

0 comments on commit 9dd7e3a

Please sign in to comment.