diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7de91..1b22619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.19 +* Further improved TypeScript definitions to avoid `any` types for `children` function parameters. +* [61](https://github.com/bvaughn/react-virtualized-auto-sizer/pull/61): Build release bundle with Preconstruct. + ## 1.0.18 * Refine TypeScript types so that `disableHeight` and `disableWidth` are properly paired with conditional types like `children` and `onResize`. diff --git a/package.json b/package.json index d19a4b9..81b4730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-virtualized-auto-sizer", - "version": "1.0.18", + "version": "1.0.19", "description": "Standalone version of the AutoSizer component from react-virtualized", "author": "Brian Vaughn (https://github.com/bvaughn/)", "contributors": [