diff --git a/packages/table-plugin/CHANGELOG.md b/packages/table-plugin/CHANGELOG.md index cdc2ac2..e57808f 100644 --- a/packages/table-plugin/CHANGELOG.md +++ b/packages/table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.0.0...@native-html/table-plugin@5.0.1) (2021-02-18) + + +### Bug Fixes + +* replace outdated type import `RenderHTMLPassedProps` ([872bc96](https://github.com/native-html/plugins/commit/872bc965d8b5c5e8e37430060a2edc343549623f)) + # [5.0.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@4.0.3...@native-html/table-plugin@5.0.0) (2021-02-08) diff --git a/packages/table-plugin/package.json b/packages/table-plugin/package.json index afdc772..6ea320e 100644 --- a/packages/table-plugin/package.json +++ b/packages/table-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/table-plugin", - "version": "5.0.0", + "version": "5.0.1", "description": "🔠 A WebView-based plugin to render tables in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",