diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98a13ac --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.0.3](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.2...v1.0.3) (2024-09-03) diff --git a/package-lock.json b/package-lock.json index 84d6c38..37b67f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-virtualized-list-solid", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-virtualized-list-solid", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@kobalte/utils": "^0.9.1" diff --git a/package.json b/package.json index 3a33600..4ba3a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-virtualized-list-solid", - "version": "1.0.2", + "version": "1.0.3", "files": [ "dist", "src"