diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a762a..a82cba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/blb-ventures/react-flat-list/compare/v0.8.1...v0.9.0) (2023-06-21) + + +### Features + +* adds flat-list-item container props to its props ([4a2aa11](https://github.com/blb-ventures/react-flat-list/commit/4a2aa118a8bcac15c87a782dcc5932115ddbe1cd)) + ## [0.8.1](https://github.com/blb-ventures/react-flat-list/compare/v0.8.0...v0.8.1) (2023-05-16) diff --git a/package-lock.json b/package-lock.json index 459f71f..df56934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blb-ventures/react-flat-list", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@blb-ventures/react-flat-list", - "version": "0.8.1", + "version": "0.9.0", "license": "ISC", "devDependencies": { "@blb-ventures/eslint-config": "^0.1.6", diff --git a/package.json b/package.json index a5a967e..c3d5daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blb-ventures/react-flat-list", - "version": "0.8.1", + "version": "0.9.0", "description": "", "main": "./lib/index.js", "module": "./lib/index.mjs",