From e698d103dd26280af3e8540d108fdbf20bfd9e05 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Sat, 17 Apr 2021 17:30:33 -0300 Subject: [PATCH] chore: release @native-html/heuristic-table-plugin@0.4.0 --- packages/heuristic-table-plugin/CHANGELOG.md | 7 +++++++ packages/heuristic-table-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/heuristic-table-plugin/CHANGELOG.md b/packages/heuristic-table-plugin/CHANGELOG.md index 55d0e94..74737dc 100644 --- a/packages/heuristic-table-plugin/CHANGELOG.md +++ b/packages/heuristic-table-plugin/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.4...@native-html/heuristic-table-plugin@0.4.0) (2021-04-17) + + +### Features + +* **heuristic-table:** support react-native-render-html@6.0.0-alpha.23 ([0edee7a](https://github.com/native-html/plugins/commit/0edee7ac2bce532a3f11e7aa5f076b8428694ad3)) + ## [0.3.4](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.3...@native-html/heuristic-table-plugin@0.3.4) (2021-04-17) diff --git a/packages/heuristic-table-plugin/package.json b/packages/heuristic-table-plugin/package.json index ba0f78f..818c0b7 100644 --- a/packages/heuristic-table-plugin/package.json +++ b/packages/heuristic-table-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/heuristic-table-plugin", - "version": "0.3.4", + "version": "0.4.0", "description": "🔠 A 100% native component using heuristics to render tables in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",