diff --git a/packages/table-plugin/CHANGELOG.md b/packages/table-plugin/CHANGELOG.md index 6d66c17..2f6b013 100644 --- a/packages/table-plugin/CHANGELOG.md +++ b/packages/table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.1.0...@native-html/table-plugin@5.2.0) (2021-05-21) + + +### Features + +* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([53e322c](https://github.com/native-html/plugins/commit/53e322cad64aece27d5c95c1bc9fb4a3095addbd)) + # [5.1.0](https://github.com/native-html/plugins/compare/@native-html/table-plugin@5.0.3...@native-html/table-plugin@5.1.0) (2021-04-17) diff --git a/packages/table-plugin/package.json b/packages/table-plugin/package.json index f4cd4e4..1fadb04 100644 --- a/packages/table-plugin/package.json +++ b/packages/table-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/table-plugin", - "version": "5.1.0", + "version": "5.2.0", "description": "🔠 A WebView-based plugin to render tables in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",