diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b79d5..efa2c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.1.0...v1.2.0) (2024-09-04) + + +### Features + +* :sparkles: Added configurable reactivity/change tracking to list item creation functions ([839ca1b](https://github.com/doeixd/create-virtualized-list-solid/commit/839ca1b0c10ed64644b622a7127e3b2c791e38f3)) + ## [1.1.0](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.14...v1.1.0) (2024-09-04) diff --git a/package-lock.json b/package-lock.json index 3ee2f15..cb0f247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@kobalte/utils": "^0.9.1" diff --git a/package.json b/package.json index 8b89fda..6597d6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.1.0", + "version": "1.2.0", "files": [ "dist", "src"