Skip to content

Commit 4d27272

Browse files
chore(master): release 1.1.0
1 parent 3b01d44 commit 4d27272

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/orefalo/svelte-virtuallists/compare/v1.0.3...v1.1.0) (2024-06-20)
4+
5+
6+
### Features
7+
8+
* store the model inside the component, rename [@row](https://github.com/row) [@slot](https://github.com/slot) ([3b01d44](https://github.com/orefalo/svelte-virtuallists/commit/3b01d44fcb353dfb6cfc520e8af2b14f73519641))
9+
310
## [1.0.3](https://github.com/orefalo/svelte-virtuallists/compare/v1.0.2...v1.0.3) (2024-06-18)
411

512
### Miscellaneous Chores

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-virtuallists",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "A component that renders only what is visible",
66
"keywords": [

0 commit comments

Comments
 (0)